Repository navigation
globbing
- Website
- Wikipedia
Highly optimized wildcard and glob matching library. Faster, drop-in replacement to minimatch and multimatch. Used by square, webpack, babel core, yarn, jest, ract-native, taro, bulma, browser-sync, stylelint, nyc, ava, and many others! Follow micromatch's author: https://github.com/jonschlinkert
🚀 It's a very fast and efficient glob library for Node.js
User-friendly glob matching
Super tiny and ~350% faster alternative to node-glob
🤠 Object property paths with wildcards and regexps 🌵
Faster brace expansion for node.js. Besides being faster, braces is not subject to DoS attacks like minimatch, is more accurate, and has more complete support for Bash 4.3.
Introduction to "globbing" or glob matching, a programming concept that allows "filepath expansion" and matching using wildcards.
✂ Cut, Copy and Paste files with Bash
Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs), posix brackets or braces, and with complete Bash 4.3 wildcard support: ("*", "**", and "?").
If you use globs, this will make your code faster. 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 better user experience. 55+ million downloads.
Simple string matching with single- and multiple-wildcard operator
A haxelib for consistent cross-platform UTF-8 string manipulation.
Glob to regular expression with support for extended globs.
🤠 Functional utilities using object property paths with wildcards and regexps 🌵
Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.
Expand POSIX bracket expressions (character classes) in glob patterns.
Parse a glob pattern into an object of path parts.
Returns true if a string has an extglob