minimatch
Glob matcher
A utility for matching patterns against file paths using glob expressions
a glob matcher in javascript
3k stars
57 watching
247 forks
Language: JavaScript
last commit: 7 months ago Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/globby | A utility for efficiently matching paths against file patterns in various contexts. | 2,543 |
haltcase/glob | A Nim library for matching file paths against Unix style glob patterns. | 61 |
mathiasbynens/regexp.prototype.match | Provides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 6 | 10 |
gvergnaud/ts-pattern | A library that enables expressive and safe code branching with type inference for complex conditions | 12,602 |
gobwas/glob | A Go library for efficient string matching using compile-time glob patterns. | 968 |
kangax/html-minifier | A JavaScript-based tool for compressing HTML content | 4,956 |
p-ranav/glob | A C++ library for pattern-based file matching and recursive searching | 252 |
mapbox/pixelmatch | A fast and simple pixel-level image comparison library with accurate anti-aliased pixels detection and perceptual color difference metrics. | 6,219 |
mathiasbynens/string.prototype.startswith | A polyfill for the String.prototype.startsWith method in ECMAScript 6. | 143 |
bramstein/funcy | An experiment in adding functional pattern matching to JavaScript | 247 |
devongovett/regexgen | Generates regular expressions from a set of input strings by building a trie and converting it to a regex using Brzozowski's algebraic method | 3,344 |
babel/minify | A tool that uses Babel's compiler to achieve minification of modern JavaScript code by targeting only browsers that support newer ES features. | 4,395 |
kbrw/rulex | A tiny Elixir library providing a simple rule handler using pattern matching | 13 |
jbandela/simple_match | A simple and extensible C++ pattern matching library | 228 |
gniquil/ex_minimatch | A library that provides efficient globbing functionality without walking the directory tree | 13 |