Regular expression for matching the parts of glob pattern.
Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet
Extract the non-magic parent path from a glob string.
Tiny glob->regex converter
Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.
Lazy-evaluating list of files, based on globs or regex patterns
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
the most correct and second fastest glob implementation in JavaScript
Convert globs to regular expressions
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.
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
Regular expression for getting the root of a posix or windows filepath.
Recursive fs.readdir with streaming API and glob filtering.
It's a very fast and efficient glob library for Node.js
Convert directories to glob compatible strings
Returns an object with the (non-glob) base path and the actual pattern.
Create a javascript regular expression for matching everything except for the given string.
Transform GLOB patterns to JavaScript regular expressions for fast file path matching.
A low-level utility for matching a string against a directed acyclic graph of regexes.
User-friendly glob matching
Regular expression for matching astral symbols
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Generate a regex from a string or array of strings.