Convert globs to regular expressions
A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.
easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings.
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.
Object clone supporting `date`, `regexp`, `array` and `object` types.
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
Parsing the JavaScript's RegExp in JavaScript.
Make a regular expression time out if it takes too long to execute
Check if a value is a regular expression
A module that parses a string as regular expression and returns the parsed value.
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.
A compiled-away, type-safe, readable RegExp alternative
Create allow/deny matcher with Patterns, Regex and Functions
This changes RegExp constructors into literals if the RegExp arguments are strings.
ES6 spec-compliant RegExp.prototype.flags shim.
Find and replace utility for node.js. Transform strings by running multiple RegExp or string find-and-replace patterns on a string in sequence, reducing the final string to the accumulated result of each transformation. Patterns can be strings (or arrays