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
2956
1 年前

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

JavaScript
2693
7 个月前
JavaScript
2591
6 个月前

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

JavaScript
853
3 年前

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
240
7 个月前

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

158
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
3 年前

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
95
3 年前

Simple string matching with single- and multiple-wildcard operator

Rust
87
1 年前

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

Haxe
79
9 天前

Glob to regular expression with support for extended globs.

JavaScript
75
1 年前

Path globbing for .NET

C#
62
2 天前

Convert directories to glob compatible strings

JavaScript
44
6 年前
JavaScript
39
3 个月前

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

JavaScript
32
5 年前

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 年前