JSPM

Found 3041 results for regex javascript

emoji-regex

A regular expression to match all Emoji-only symbols as per the Unicode Standard.

  • v10.4.0
  • 81.92
  • Published

float-regex

regular expression to match floating point numbers in javascript notation

  • v1.0.0
  • 80.93
  • Published

regex

Regex template tag with extended syntax, context-aware interpolation, and always-on best practices

  • v6.0.1
  • 80.86
  • Published

refa

A library for finite automata and regular expressions in the context of JS RegExp

  • v0.12.1
  • 80.42
  • Published

@unicode/unicode-15.0.0

JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v15.0.0’s categories, scripts, blocks, bidi, and other properties.

  • v1.6.7
  • 80.37
  • Published

@unicode/unicode-15.1.0

JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v15.1.0’s categories, scripts, blocks, bidi, and other properties.

  • v1.6.7
  • 79.58
  • Published

to-regex-range

Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.

  • v5.0.1
  • 78.24
  • Published

super-regex

Make a regular expression time out if it takes too long to execute

  • v1.0.0
  • 77.71
  • Published

shebang-regex

Regular expression for matching a shebang line

  • v4.0.0
  • 77.39
  • Published

@stdlib/regexp-regexp

Return a regular expression to parse a regular expression string.

  • v0.2.2
  • 77.07
  • Published

regex-trigram

JavaScript port of portions of Google Code Search

  • v0.0.9
  • 76.94
  • Published

randexp

Create random strings that match a given regular expression.

  • v0.5.3
  • 76.93
  • Published

is-glob

Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet

  • v4.0.3
  • 76.86
  • Published

is-extglob

Returns true if a string has an extglob.

  • v2.1.1
  • 76.49
  • Published

@unicode/unicode-14.0.0

JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v14.0.0’s categories, scripts, blocks, bidi, and other properties.

  • v1.6.7
  • 76.19
  • Published

@unicode/unicode-10.0.0

JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v10.0.0’s categories, scripts, blocks, bidi, and other properties.

  • v1.6.7
  • 76.03
  • Published

is-regex

Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag

  • v1.2.1
  • 75.01
  • Published

safe-regex-test

Give a regex, get a robust predicate function that tests it against a string.

  • v1.1.0
  • 75.00
  • Published

safe-regex2

detect possibly catastrophic, exponential-time regular expressions

  • v5.0.0
  • 74.87
  • Published

char-regex

A regex to match any full character, considering weird character ranges.

  • v2.0.2
  • 74.71
  • Published

@stdlib/regexp-eol

Return a regular expression to match a newline character sequence.

  • v0.2.2
  • 74.36
  • Published

hsla-regex

Regex for matching HSLA colors.

  • v1.0.0
  • 74.21
  • Published

rgba-regex

Regex for matching RGBA color strings.

  • v1.0.0
  • 74.21
  • Published

glob-base

Returns an object with the (non-glob) base path and the actual pattern.

  • v0.3.0
  • 73.75
  • Published

astral-regex

Regular expression for matching astral symbols

  • v2.0.0
  • 73.51
  • Published

regex-recursion

Recursive matching plugin for Regex+

  • v6.0.2
  • 73.06
  • Published

regjsgen

Generate regular expressions from regjsparser’s AST.

  • v0.8.0
  • 72.91
  • Published

@balena/dockerignore

dockerignore is a file filter library compatible with Docker and the node-ignore API

  • v1.0.2
  • 72.79
  • Published

rgb-regex

Regex for RGB color strings.

  • v1.0.1
  • 72.56
  • Published

hsl-regex

Regex for matching HSL colors.

  • v1.0.0
  • 72.56
  • Published

@ulu/utils

A collection of helpful utility functions for common JavaScript development and browser DOM manipulation tasks

  • v0.0.30
  • 72.32
  • Published

regexpu

A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.

  • v4.8.0
  • 72.24
  • Published

glob-js

glob implementation in pure javascript

    • v0.0.1
    • 71.83
    • Published

    emoji-regex-xs

    A regular expression to match all emoji-only symbols

    • v2.0.1
    • 71.47
    • Published

    scslre

    A library to find JS RegExp with super-linear worst-case time complexity for attack strings that repeat a single character.

    • v0.3.0
    • 71.18
    • Published

    ret

    Tokenizes a string that represents a regular expression.

    • v0.5.0
    • 70.67
    • Published

    has-ansi

    Check if a string has ANSI escape codes

    • v6.0.0
    • 70.60
    • Published

    safe-regex

    detect possibly catastrophic, exponential-time regular expressions

    • v2.1.1
    • 70.21
    • Published

    to-regex

    Generate a regex from a string or array of strings.

    • v3.0.2
    • 69.92
    • Published

    nanomatch

    Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)

    • v1.2.13
    • 69.92
    • Published

    is-regexp

    Check if a value is a regular expression

    • v3.1.0
    • 68.69
    • Published

    unc-path-regex

    Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.

    • v0.1.2
    • 68.55
    • Published

    is-unc-path

    Returns true if a filepath is a windows UNC file path.

    • v1.0.0
    • 68.45
    • Published

    ip-regex

    Regular expression for matching IP addresses (IPv4 & IPv6)

    • v5.0.0
    • 68.33
    • Published

    path-root-regex

    Regular expression for getting the root of a posix or windows filepath.

    • v0.1.2
    • 67.83
    • Published

    @babel/regjsgen

    Generate regular expressions from regjsparser’s AST.

    • v0.8.0
    • 67.74
    • Published

    safe-route-parser

    A isomorphic, bullet-proof, ninja-ready route parsing, matching, and reversing library for Javascript in Node and the browser.

    • v0.0.2
    • 67.41
    • Published

    find-versions

    Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`

    • v6.0.0
    • 66.53
    • Published

    semver-regex

    Regular expression for matching semver versions

    • v4.0.5
    • 66.45
    • Published

    globrex

    Glob to regular expression with support for extended globs

    • v0.1.2
    • 66.38
    • Published

    grob

    grep, but in JavaScript.

    • v1.0.0
    • 65.90
    • Published

    telejson

    A library for teleporting rich data to another place.

    • v8.0.0
    • 65.06
    • Published

    clean-regexp

    Clean up regular expressions

    • v1.0.0
    • 65.05
    • Published

    weapon-regex

    Weapon regeX mutates regular expressions for use in mutation testing.

    • v1.3.3
    • 64.97
    • Published

    typechecker

    Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)

    • v9.3.0
    • 64.68
    • Published

    matcher

    Simple wildcard matching

    • v5.0.0
    • 64.65
    • Published

    is-dotfile

    Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.

    • v2.0.0
    • 63.97
    • Published

    contains-path

    Return true if a file path contains the given path.

    • v1.0.0
    • 63.59
    • Published

    regex-cache

    Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.

    • v0.4.4
    • 63.47
    • Published

    preserve

    Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.

    • v0.2.0
    • 63.45
    • Published

    filename-regex

    Regular expression for matching file names, with or without extension.

    • v2.0.1
    • 63.38
    • Published

    emoji-test-regex-pattern

    _emoji-test-regex-pattern_ offers Java- and JavaScript-compatible regular expression patterns to match all emoji symbols and sequences listed in the `emoji-test.txt` file provided as part of [Unicode® Technical Standard #51](https://www.unicode.org/report

    • v2.2.0
    • 63.37
    • Published

    quoted-string-regex

    JavaScript regular expression for matching a quoted string.

    • v1.0.0
    • 63.22
    • Published

    is-posix-bracket

    Returns true if the given string is a POSIX bracket expression (POSIX character class).

    • v0.1.1
    • 63.18
    • Published

    parse-glob

    Parse a glob pattern into an object of tokens.

    • v3.0.4
    • 63.10
    • Published

    hex-color-regex

    The best regular expression (regex) for matching hex color values from string.

    • v1.1.0
    • 62.75
    • Published

    is-invalid-path

    Returns true if a windows file path has invalid characters.

    • v1.0.2
    • 62.72
    • Published

    @unicode/unicode-4.1.0

    JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v4.1.0’s categories, scripts, blocks, bidi, and other properties.

    • v1.6.7
    • 62.23
    • Published

    @wemnyelezxnpm/quia-quaerat-tenetur

    [![npm version](https://badge.fury.io/js/@wemnyelezxnpm/quia-quaerat-tenetur.svg)](https://badge.fury.io/js/@wemnyelezxnpm/quia-quaerat-tenetur) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/bpatrik/@wemnyelezxnpm/quia-quae

    • v1.0.0
    • 62.22
    • Published

    execall

    Find multiple RegExp matches in a string

    • v3.0.0
    • 61.54
    • Published

    html-comment-regex

    Regular expression for matching HTML comments

    • v1.1.2
    • 61.35
    • Published

    rewrite-imports

    A tiny (349B) utility to rewrite `import` statements as `require()`s; via RegExp

    • v3.0.0
    • 61.01
    • Published

    utils-regex-from-string

    Parses a regular expression string and returns a new regular expression.

    • v1.0.0
    • 60.98
    • Published

    is-valid-path

    Returns true if a file path does not contain any invalid characters.

    • v0.1.1
    • 60.93
    • Published

    regex-regex

    Regular expression to parse a regular expression string.

    • v1.0.0
    • 60.66
    • Published

    function-timeout

    Make a synchronous function have a timeout

    • v1.0.2
    • 60.32
    • Published

    is-ip

    Check if a string is an IP address

    • v5.0.1
    • 60.12
    • Published

    is-whitespace

    Returns true if the value passed is all whitespace.

    • v0.3.0
    • 59.68
    • Published

    oniguruma-parser

    Parse, validate, traverse, transform, and optimize Oniguruma regular expressions

    • v0.12.1
    • 59.57
    • Published

    scoped-regex

    Regular expression for matching scoped npm package names

    • v3.0.0
    • 59.50
    • Published

    functional-regex

    Functional Regex simplifies the way you work with global regular expressions in JavaScript.

    • v2.0.0
    • 59.28
    • Published

    has-glob

    Returns `true` if an array has a glob pattern.

    • v1.0.0
    • 59.04
    • Published

    unicoderegexp

    Regular expressions for various Unicode character classes extracted from XRegExp

    • v0.4.1
    • 59.00
    • Published

    regex-fa

    Professional JavaScript utility to generate flexible and accurate regex patterns for data validation

    • v1.0.21
    • 58.82
    • Published

    grunt-text-replace

    Replace text in files using strings, regexs or functions.

    • v0.4.0
    • 58.67
    • Published

    @lambrioanpm/assumenda-mollitia-harum

    (NPM Package) Collection of various small helpers for javascript and typescript based projects, all tested and documented.

    • v1.0.0
    • 58.37
    • Published

    skip-regex

    Micro parser for detection of literal regexes

    • v1.0.2
    • 57.98
    • Published

    eslint-plugin-regexp

    ESLint plugin for finding RegExp mistakes and RegExp style guide violations.

    • v2.10.0
    • 57.97
    • Published

    @ffras4vnpm/esse-laborum-consectetur

    This Typescript to Javascript compiler only drops the Typescript specific keywords. No other changes are made to the code.

    • v1.0.0
    • 57.96
    • Published

    regexgen

    Generate regular expressions that match a set of strings

    • v1.3.0
    • 57.75
    • Published

    author-regex

    Regular expression for parsing an `author` string into an object following npm conventions.

    • v1.0.0
    • 57.37
    • Published

    replacestream

    A node.js through stream that does basic streaming text search and replace and is chunk boundary friendly

    • v4.0.3
    • 57.23
    • Published

    parse-author

    Parse an author, contributor, maintainer or other 'person' string into an object with name, email and url properties following npm conventions.

    • v2.0.0
    • 56.89
    • Published

    url-regex

    Regular expression for matching URLs

    • v5.0.0
    • 55.75
    • Published

    type-level-regexp

    Type-Level RegExp parser, matcher and permutation resolver

    • v0.1.17
    • 55.16
    • Published

    emojibase

    Emojibase utility functions for working with emoji characters.

    • v16.0.0
    • 55.11
    • Published

    url-pattern

    easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings.

    • v1.0.3
    • 55.07
    • Published

    regx

    Tagged template string regular expression compiler.

    • v1.0.4
    • 54.98
    • Published

    @a-2-c-2-anpm/non-inventore-maiores

    `typed-env` adds a layer over [@humanwhocodes/env](https://www.npmjs.com/package/@humanwhocodes/env) that allows you to convert environment variables into various JavaScript types.

    • v1.0.0
    • 54.81
    • Published

    strip-color

    Strip ANSI color codes from a string. No dependencies.

    • v0.1.0
    • 54.69
    • Published

    regextras

    Array extras for regular expressions

    • v0.8.0
    • 54.65
    • Published

    country-regex

    Hash map of country ISO-3 codes to regular expression identifiers

    • v1.1.0
    • 54.62
    • Published

    onigasm

    WebAssembly port of Oniguruma regex library

    • v2.2.5
    • 54.48
    • Published

    emojibase-regex

    Evergreen emoji regex patterns.

    • v16.0.0
    • 54.25
    • Published

    pcremu

    PCRE emulation for JavaScript

    • v0.0.5
    • 54.20
    • Published

    highlight-words

    Split a piece text into multiple chunks based on a search query, allowing you to highlight the matches.

    • v2.0.0
    • 53.86
    • Published

    css-url-regex

    Regular expression for matching CSS urls.

    • v4.0.0
    • 53.85
    • Published

    update-section

    Updates a section inside a file with newer content while removing the old content.

    • v0.3.3
    • 53.56
    • Published

    issue-regex

    Regular expression for matching issue references

    • v4.3.0
    • 52.98
    • Published

    val-zip

    Validate zip codes fast and accurate! A Library of JavaScript Regular Expressions for validating if a specific zip code actually exists in a specific Country.

    • v1.0.13
    • 52.92
    • Published

    @unicode/unicode-12.0.0

    JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v12.0.0’s categories, scripts, blocks, bidi, and other properties.

    • v1.6.7
    • 52.63
    • Published

    regexbuddy

    Implement regex functions with ease in JavaScript

    • v2.0.1
    • 52.30
    • Published

    url-regex-safe

    Regular expression matching for URL's. Maintained, safe, and browser-friendly version of url-regex. Resolves CVE-2020-7661. Works in Node v10.12.0+ and browsers.

    • v4.0.0
    • 52.22
    • Published

    glob-regex

    Tiny glob->regex converter

    • v0.3.2
    • 52.21
    • Published

    is-git-url

    Regex to validate that a URL is a git url.

    • v1.0.0
    • 52.07
    • Published

    @wemnyelezxnpm/distinctio-rem-debitis

    >*JSCAD* is a set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code.

    • v1.0.0
    • 51.79
    • Published

    reghex

    The magical sticky regex-based parser generator 🧙

    • v3.0.2
    • 51.70
    • Published

    xml-char-classes

    Regular expressions for matching against the XML Character Classes

    • v3.0.0
    • 51.68
    • Published

    ua-regexes-lite

    A lite useragent regexes collection.

    • v1.2.1
    • 51.47
    • Published

    ncname

    Regular expression for matching XML NCName

    • v3.0.0
    • 51.29
    • Published

    recursive-copy

    Simple, flexible file copy utility

    • v2.0.14
    • 51.03
    • Published

    is-string-and-not-blank

    3x as fast as `is-whitespace` and `whitespace-regex` thanks to `is-string-blank`. This package is a simple function that accepts an argument and returns `true` if it is a string AND it is not blank. Supports Node and Browser environments.

    • v0.0.2
    • 51.01
    • Published

    regex-escape

    Escapes input characters to be used in regular expressions.

    • v3.4.11
    • 50.92
    • Published

    package-name-regex

    Provides a regex that can be used to test if a string is a valid NPM package name.

    • v4.0.3
    • 50.87
    • Published

    regexp.escape

    A robust ES3-compatible polyfill for the `RegExp.escape` proposal - see https://github.com/tc39/proposal-regex-escaping

    • v2.0.1
    • 50.82
    • Published

    org-regex

    Regular expression for matching npm organization names

    • v1.0.0
    • 50.75
    • Published

    jsdoc-regex

    Regular expression for matching JSDoc comment blocks and the code below them.

    • v1.0.1
    • 50.11
    • Published

    anysort

    Sorting and matching utility using configurable string, glob, regular expression, and/or function matchers

    • v2.0.0
    • 50.00
    • Published

    @wemnyelezxnpm/repellat-alias-earum

    __@wemnyelezxnpm/repellat-alias-earum__ is a javascript library that resolves references in [JSON schemas](https://json-schema.org/draft/2020-12/json-schema-core#name-introduction).

    • v1.0.0
    • 49.98
    • Published

    react-process-string

    A library to process strings with regular expressions.

    • v1.2.0
    • 49.78
    • Published

    smart-split

    Improved Javascript string split, for handling RegExp in a way that can easily re-create the original string

    • v3.0.2
    • 49.71
    • Published

    @ffras4vnpm/vitae-facere-tempora

    A utility that provides a fluent, convenient interface for working with arrays of data in JavaScript. Influenced by Laravel Collections.

    • v1.0.0
    • 49.61
    • Published

    match-all

    Get all the matches for a regular expression in a string.

    • v1.2.7
    • 49.36
    • Published

    conscript

    The JavaScript parser for the Conscript condition-scripting language.

    • v0.3.0
    • 49.18
    • Published

    saffroncodejs

    Package of optimised react components and javascript functions for developers ♫♪

    • v2.2.0
    • 49.12
    • Published

    delimiter-regex

    Create regex for template delimiters.

    • v2.0.0
    • 49.06
    • Published

    is-uuid

    UUID check for Node and the browser

    • v1.0.2
    • 49.05
    • Published

    @utilify/core

    Modern, strongly typed, and safe utility function library for JavaScript and TypeScript. Includes type checking, manipulation of arrays, objects, strings, dates, colors, numbers, regular expressions, and more. Compatible with Browser, Node.js, Deno, and B

    • v2.0.3
    • 48.82
    • Published

    escape-regex-string

    Escapes a string literal for use as an argument in the standard RegExp constructor.

    • v1.0.6
    • 48.59
    • Published

    @lambrioanpm/distinctio-mollitia-perferendis

    `bs-cmdliner` ------------- This is Cmdliner, a CLI-interface building tool for OCaml, packaged for [BuckleScript][] (an OCaml-to-JavaScript compiler) and [Reason][] (an alternative OCaml syntax targeting that compiler.)

    • v1.0.0
    • 48.33
    • Published

    valid-filename

    Check if a string is a valid filename

    • v4.0.0
    • 48.10
    • Published

    iso-datestring-validator

    The goal of the package is to provide lightweight tools for validating strings denotings dates and time. It includes ISO 8601 datestring validation, simple YYYY-MM-DD date validation and time validation in hh:mm:ss.fff format. See details in readme.

    • v2.2.2
    • 48.09
    • Published

    @emiplegiaqmnpm/quam-perspiciatis-perferendis

    Objix is a delightfully convienient, high performance, zero dependency and super lightweight utility which extends the javascript standard library to sugar many common use cases for working with any objects.

    • v1.0.0
    • 47.95
    • Published

    @emiplegiaqmnpm/temporibus-iusto-quisquam

    The `Easylibs` library is a collection of reusable JavaScript modules that can be used to build web applications. The library includes modules for progress form, file uploading, image processing, and data validation and more.

    • v1.0.0
    • 47.73
    • Published

    @unicode/unicode-9.0.0

    JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v9.0.0’s categories, scripts, blocks, bidi, and other properties.

    • v1.6.7
    • 47.56
    • Published

    object-scan

    Traverse object hierarchies using matching and callbacks.

    • v20.0.1
    • 47.44
    • Published

    @dramaorg/delectus-culpa-reprehenderit

    [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

    • v3.5.94
    • 47.00
    • Published

    rematch-javascript

    JavaScript bindings for REmatch, an information extraction focused regex library that uses constant delay algoirthms.

    • v1.2.2
    • 46.87
    • Published

    regexp-util

    utilities for generating regular expression

    • v2.0.3
    • 46.86
    • Published

    xspattern

    XML Schema pattern (regular expression) matcher

    • v3.1.0
    • 46.53
    • Published

    @drftgyhuji7npm/adipisci-quas-placeat

    Tests or returns the JavaScript version by (ECMAScript) starting with ES2. (MIT license) ## Why 'js.**es6**.@drftgyhuji7npm/adipisci-quas-placeat' when 'starting with ES2'? ## - @drftgyhuji7npm/adipisci-quas-placeat() support ES2+ (index.js#@drftgyhuji7np

    • v1.0.0
    • 46.48
    • Published

    grammex

    A tiny, PEG-like system for building language grammars with regexes.

    • v3.1.10
    • 46.48
    • Published

    bash-glob

    Bash-powered globbing for node.js

    • v2.0.0
    • 46.43
    • Published

    @ryniaubenpm/vero-qui-incidunt

    <p align="center"> IEEE 754 half-precision floating-point ponyfill for JavaScript<br> See <a href="https://github.com/tc39/proposal-float16array">TC39 proposal</a> or <a href="https://esdiscuss.org/topic/float16array">the archive of the ES Discuss Flo

    • v1.0.0
    • 46.38
    • Published

    @unicode/unicode-11.0.0

    JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v11.0.0’s categories, scripts, blocks, bidi, and other properties.

    • v1.6.7
    • 46.30
    • Published

    github-username-regex

    A regular expression that only matches a valid Github username

    • v1.0.0
    • 46.24
    • Published

    applause

    Human-friendly replacements.

    • v2.0.4
    • 46.24
    • Published

    @11ty/recursive-copy

    A fork of `recursive-copy`: Simple, flexible file copy utility

    • v4.0.2
    • 46.18
    • Published

    @unicode/unicode-3.0.0

    JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v3.0.0’s categories, scripts, blocks, bidi, and other properties.

    • v1.6.7
    • 46.18
    • Published

    vuln-regex-detector

    Detect vulnerable regexes by querying a service hosted at Virginia Tech.

    • v1.3.0
    • 46.05
    • Published

    synesthesia

    A collection of regular expressions to match color syntax substrings from a text

    • v1.0.1
    • 45.84
    • Published

    colorparsley

    colorParsley() • a lightweight yet versatile color parsing function with no dependencies. Takes various color strings, numbers, or objects, and turns them into simple arrays. Bonus utilities colorToHex() and colorToRGB() included

    • v0.1.8
    • 45.59
    • Published

    en-route

    Routing for static site generators, build systems and task runners, heavily based on express.js routes but works with file objects. Used by Assemble, Verb, and Template.

    • v3.2.0
    • 45.32
    • Published

    quotemeta

    escape regular expression characters

    • v0.0.0
    • 45.00
    • Published

    email-regex

    Regular expression for matching email addresses

    • v6.1.0
    • 44.98
    • Published

    import-regex

    Regular expression for matching CSS @imports

    • v1.1.0
    • 44.77
    • Published

    license-check-and-add

    A tool to enable the checking, inserting and removal of licenses

    • v4.0.5
    • 44.30
    • Published

    @unicode/unicode-6.0.0

    JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v6.0.0’s categories, scripts, blocks, bidi, and other properties.

    • v1.6.7
    • 44.27
    • Published

    grunt-replace

    Replace text patterns with applause.

    • v2.0.2
    • 44.18
    • Published

    string-escape-regex

    A tiny function for escaping a string to be used as the source in a regex.

    • v1.0.1
    • 44.17
    • Published

    gulp-strip-code

    A gulp plugin to remove parts of code based on regular expressions.

    • v0.1.4
    • 44.12
    • Published

    gfm-code-blocks

    Extract gfm (GitHub Flavored Markdown) fenced code blocks from a string.

    • v1.0.0
    • 44.08
    • Published

    domain-regex

    A regular expression for valid domains.

    • v0.0.1
    • 44.05
    • Published

    gfm-code-block-regex

    RegExp for gfm (GitHub Flavored Markdown) fenced code blocks.

    • v1.0.0
    • 43.81
    • Published

    rexreplace

    Search & replace across files with a CLI tool that makes you trust what you are doing.

    • v7.1.13
    • 43.68
    • Published

    reregexp

    Generate a random string match a given regular expression, suitable for mocking strings.

    • v1.6.1
    • 43.56
    • Published

    redos-detector

    A CLI and library which tests helps score how vulnerable a regex pattern is to ReDoS attacks. Supported in the browser, Node and Deno.

    • v6.1.2
    • 43.56
    • Published

    phone-regex

    Regular expression for phone numbers.

    • v2.1.0
    • 43.42
    • Published

    multichar-regex

    a regular expression that matches all the surrogate pairs and combining-marked characters in a string

    • v2.0.0
    • 43.32
    • Published

    filter-keys

    Filter the keys of an object using glob patterns.

    • v1.1.0
    • 43.25
    • Published

    bump-regex

    bump RegEx with semver

    • v4.1.0
    • 43.17
    • Published

    reges

    A collection of regular expressions

    • v0.0.3
    • 42.95
    • Published

    @kikiutils/micromatch

    Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.

    • v4.0.9
    • 42.56
    • Published

    es6-template-regex

    Regular expression for matching es6 template delimiters in a string.

    • v1.0.0
    • 42.30
    • Published

    buffer-apg-js

    JavaScript APG, an ABNF Parser Generator

    • v4.2.0
    • 41.28
    • Published

    @ryniaubenpm2/ea-commodi-voluptatibus

    @ryniaubenpm2/ea-commodi-voluptatibus is a simple utility to convert various binary data objects in Javascript, like Blob, File, TypedArray and others. It also provides conversion abilities from various notations(binary,hex,decimal,"bytes") to others.

    • v1.0.0
    • 41.25
    • Published

    eslint-plugin-redos-detector

    An eslint plugin that detects vulnerable regex using "https://github.com/tjenkinson/redos-detector".

    • v3.1.1
    • 41.05
    • Published

    es6-template

    Easy and small template engine for the browser and nodejs.

    • v1.0.4
    • 40.51
    • Published