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.
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.
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.
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.