Make exec() provide named capture group results
Compile regular expressions using named groups to ES5.
Compile regular expressions using duplicate named groups to index-based groups.
## Install ```sh npm install @jonstuebe/regex-named-groups --save ```
Regex template tag with extended syntax, context-aware interpolation, and always-on best practices
Extended regular expressions
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
Regular expression for matching issue references
Recursive matching plugin for Regex+
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
detect possibly catastrophic, exponential-time regular expressions
Give a regex, get a robust predicate function that tests it against a string.
A typescript library for writing type-safe regular expressions using named capture groups
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Convert Oniguruma patterns to native JavaScript RegExp
Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
Compile ES2015 Unicode regex to ES5
Compile ES2015 sticky regex to an ES5 RegExp constructor
Regular expression for matching ANSI escape codes
Regular expression for matching a shebang line
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Compile Unicode property escapes in Unicode regular expressions to ES5.
Compile regular expressions' unicodeSets (v) flag.
Parse regular expressions' unicodeSets (v) flag.