is-extglob
Returns true if a string has an extglob.
Found 23 results for globstar
Returns true if a string has an extglob.
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
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
Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)
Parse a glob pattern into an object of tokens.
Returns true if a file path does not contain any invalid characters.
Returns true if a windows file path has invalid characters.
Returns `true` if an array has a glob pattern.
Cross-platform glob expansions simplified. Input: file paths and glob expressions. Output: resolved file paths organised by type (file, directory and not-found).
quick and dirty file globber ( quicker but dirtier than 'glob' )
Adds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules.
Bash-powered globbing for node.js
Filter an object using glob patterns and dot notation.
🤠Object property paths with wildcards and regexps 🌵
🤠Parser for object property paths with wildcards and regexps 🌵
🤠Functional utilities using object property paths with wildcards and regexps 🌵
A simple matcher with regex cache.
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
Lightweight, clearly-defined alternative to file glob strings
Fork of micromatch
### Summary
convert glob patterns into regular expressions
Return `true` if a file extension matches the given string, array of strings, or RegExp pattern.