Clean up regular expressions
A regular expression for file paths that contain a `node_modules` folder.
detect possibly catastrophic, exponential-time regular expressions
The best regular expression (regex) for matching hex color values from string.
Parse a glob pattern into an object of tokens.
Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.
Clone and modify a RegExp instance
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.
Returns true if a windows file path has invalid characters.
Returns true if the given string is a POSIX bracket expression (POSIX character class).
Find multiple RegExp matches in a string
dockerignore is a file filter library compatible with Docker and the node-ignore API
Regular expression for matching javascript require/import statements.
Returns `true` if an array has a glob pattern.
Returns true if a file path does not contain any invalid characters.
Regular expression for matching HTML comments
Make a regular expression time out if it takes too long to execute
Regular expression for matching scoped npm package names
Parses a Regular Expression and outputs an AST
A library for finite automata and regular expressions in the context of JS RegExp
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
Parses a Regular Expression and outputs an AST
Return a regular expression to capture a function name.
Test if a value is a regular expression.
Parse an author, contributor, maintainer or other 'person' string into an object with name, email and url properties following npm conventions.
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
(temporary fork of picomatch) Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.