Parse a glob pattern into an object of tokens.
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.
Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.
Returns true if the given string is a POSIX bracket expression (POSIX character class).
Clean up regular expressions
The best regular expression (regex) for matching hex color values from string.
detect possibly catastrophic, exponential-time regular expressions
Returns true if a windows file path has invalid characters.
Clone and modify a RegExp instance
Find multiple RegExp matches in a string
Regular expression for matching HTML comments
Returns true if a file path does not contain any invalid characters.
Returns `true` if an array has a glob pattern.
Regular expression for matching scoped npm package names
Parses a Regular Expression and outputs an AST
dockerignore is a file filter library compatible with Docker and the node-ignore API
Regular expression for matching javascript require/import statements.
Make a regular expression time out if it takes too long to execute
Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions.
Regular expression for matching IP addresses in CIDR notation
A library for finite automata and regular expressions in the context of JS RegExp
Parse an author, contributor, maintainer or other 'person' string into an object with name, email and url properties following npm conventions.
Return a regular expression to capture a function name.
Test if a value is a regular expression.
Regular expression to detect an extended-length path.
Regular expression for parsing an `author` string into an object following npm conventions.
Return a regular expression to parse a regular expression string.
Return a regular expression to match a newline character sequence.
A JavaScript Regular Expression library, extending the standard RegExp class with missing functionality
Parses a Regular Expression and outputs an AST
Strip ANSI color codes from a string. No dependencies.
Regular expression for matching issue references