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
A regular expression for file paths that contain a `node_modules` folder.
The best regular expression (regex) for matching hex color values from string.
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.
detect possibly catastrophic, exponential-time regular expressions
Regular expression for matching HTML comments
Clone and modify a RegExp instance
Find multiple RegExp matches in a string
Returns true if a windows file path has invalid characters.
dockerignore is a file filter library compatible with Docker and the node-ignore API
Returns `true` if an array has a glob pattern.
Make a regular expression time out if it takes too long to execute
Regular expression for matching javascript require/import statements.
A library for finite automata and regular expressions in the context of JS RegExp
Returns true if a file path does not contain any invalid characters.
Parses a Regular Expression and outputs an AST
A regular expression to match all emoji-only symbols
Regular expression for matching scoped npm package names
Parses a Regular Expression and outputs an AST
Regular expression for matching IP addresses in CIDR notation
Bindings for RE2: fast, safe alternative to backtracking regular expression engines.
Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions.
Parse, validate, traverse, transform, and optimize Oniguruma regular expressions
Parse an author, contributor, maintainer or other 'person' string into an object with name, email and url properties following npm conventions.
Regular expression for parsing an `author` string into an object following npm conventions.
Escape a regular expression string or pattern.
Strip ANSI color codes from a string. No dependencies.
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.
Return a regular expression to parse a regular expression string.
Create a regular expression from a regular expression string.
(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.
A JavaScript Regular Expression library, extending the standard RegExp class with missing functionality
Return a regular expression to match a newline character sequence.