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.
A tiny isomorphic batched logger. ~3x faster than regular logging in Node.
A terminating Apollo Link for Apollo Client that fetches a GraphQL multipart request if the GraphQL variables contain files (by default FileList, File, or Blob instances), or else fetches a regular GraphQL POST or GET request (depending on the config and
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.
Execute shell command synchronously. Use this for migration scripts, cli programs, but not for regular server code.
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.