# java-regex-js
Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
Regex template tag with extended syntax, context-aware interpolation, and always-on best practices
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
Give a regex, get a robust predicate function that tests it against a string.
Regular expression for matching a shebang line
Regular expression for matching ANSI escape codes
A regex to match any full character, considering weird character ranges.
Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.
Create a javascript regular expression for matching everything except for the given string.
detect possibly catastrophic, exponential-time regular expressions
Regular expression for matching astral symbols
Generate a regex from a string or array of strings.
Adds regex expression support
Compile ES2015 Unicode regex to ES5
Regular expression for getting the root of a posix or windows filepath.
Compile ES2015 sticky regex to an ES5 RegExp constructor
Recursive matching plugin for Regex+
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.
Compile regular expressions' unicodeSets (v) flag.
Tiny helpers for processing regex syntax
Compile regular expressions using named groups to ES5.
No description provided.
No description provided.