Convert globs to regular expressions
A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.
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.
JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v5.2.0’s categories, scripts, blocks, bidi, and other properties.
Generate regular expressions from regjsparser’s AST.
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.
Bindings for RE2: fast, safe alternative to backtracking regular expression engines.
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.
Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.
Regular expression for matching JavaScript identifiers
Transform GLOB patterns to JavaScript regular expressions for fast file path matching.
Regular Expressions parser in JavaScript
Compile Unicode property escapes in Unicode regular expressions to ES5.