Convert globs to regular expressions
A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.
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.
Check if a value is a regular expression
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.
A compiled-away, type-safe, readable RegExp alternative
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
Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.
The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.
Clone and modify a RegExp instance
Regular Expressions parser in JavaScript
Type-Level RegExp parser, matcher and permutation resolver
The lodash method `_.isRegExp` exported as a module.