Repository navigation

#

globbing

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

JavaScript
2895
8 个月前

🚀 It's a very fast and efficient glob library for Node.js

JavaScript
2642
3 个月前
JavaScript
2574
2 个月前

Super tiny and ~350% faster alternative to node-glob

JavaScript
852
2 年前

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.

JavaScript
237
3 个月前

Introduction to "globbing" or glob matching, a programming concept that allows "filepath expansion" and matching using wildcards.

155
6 年前

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 "?").

JavaScript
97
2 年前

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.

JavaScript
92
2 年前

Simple string matching with single- and multiple-wildcard operator

Rust
82
7 个月前

A haxelib for consistent cross-platform UTF-8 string manipulation.

Haxe
77
4 个月前

Glob to regular expression with support for extended globs.

JavaScript
73
7 个月前

Path globbing for .NET

C#
61
11 天前

Convert directories to glob compatible strings

JavaScript
44
6 年前
JavaScript
38
22 天前

Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.

JavaScript
32
4 年前

Expand POSIX bracket expressions (character classes) in glob patterns.

JavaScript
27
4 年前

Parse a glob pattern into an object of path parts.

JavaScript
25
5 年前

Returns true if a string has an extglob

JavaScript
23
6 年前