Showing 1-20 of 53,805 packages
Easy-to-use regular expression builder, using a composable, function-oriented style. Supports all regular expression patterns accepted by the JavaScript RegExp engine.
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
Regular expression parser for ECMAScript.
Regular expression builder for JavaScript with search mode options.
Regular expression parser for ECMAScript.
Convert globs to regular expressions
Generate regular expressions from regjsparser’s AST.
Tokenizes a string that represents a regular expression.
regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.
Bindings for RE2: fast, safe alternative to backtracking regular expression engines.
Compile inline regular expression modifiers
Matches strings against configurable strings, globs, regular expressions, and/or functions
Generate regular expressions from regjsparser’s AST.
RE2JS is the JavaScript port of RE2, a regular expression engine that provides linear time matching
Create a regular expression from a regular expression string.
Return a regular expression to parse a regular expression string.
Google's RE2 library distributed as a WASM module
Make a regular expression time out if it takes too long to execute
Maintainable regular expressions for TypeScript and JavaScript.
A JavaScript parser built from the Hermes engine