Regular expression to capture a function name.
Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
detect possibly catastrophic, exponential-time regular expressions
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
Create a javascript regular expression for matching everything except for the given string.
Regular expression for getting the root of a posix or windows filepath.
Regular expression for matching astral symbols
Give a regex, get a robust predicate function that tests it against a string.
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.
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.
The best regular expression (regex) for matching hex color values from string.
Regular expression for matching file names, with or without extension.
Recursive matching plugin for Regex+
Generate a regex from a string or array of strings.
Regex for matching RGBA color strings.
Regex for matching HSLA colors.
Regex for RGB color strings.
Regex for matching HSL colors.
Tiny helpers for processing regex syntax
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
Compile ES2015 Unicode regex to ES5
Compile ES2015 sticky regex to an ES5 RegExp constructor
Regular expression for matching ANSI escape codes