globbing
There are 45 repositories under globbing topic.
micromatch/micromatch
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
mrmlnc/fast-glob
:rocket: It's a very fast and efficient glob library for Node.js
sindresorhus/globby
User-friendly glob matching
terkelg/tiny-glob
Super tiny and ~350% faster alternative to node-glob
ehmicky/wild-wild-path
🤠 Object property paths with wildcards and regexps 🌵
micromatch/braces
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.
begin/globbing
Introduction to "globbing" or glob matching, a programming concept that allows "filepath expansion" and matching using wildcards.
busterc/xcv
:scissors: Cut, Copy and Paste files with Bash
micromatch/nanomatch
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 "?").
micromatch/is-glob
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.
becheran/wildmatch
Simple string matching with single- and multiple-wildcard operator
vegardit/haxe-strings
A haxelib for consistent cross-platform UTF-8 string manipulation.
terkelg/globrex
Glob to regular expression with support for extended globs.
mganss/Glob.cs
Path globbing for .NET
kevva/dir-glob
Convert directories to glob compatible strings
ehmicky/wild-wild-utils
🤠 Functional utilities using object property paths with wildcards and regexps 🌵
micromatch/extglob
Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.
micromatch/expand-brackets
Expand POSIX bracket expressions (character classes) in glob patterns.
micromatch/parse-glob
Parse a glob pattern into an object of path parts.
micromatch/is-extglob
Returns true if a string has an extglob
Robert-van-Engelen/FastGlobbing
Faster and safer algorithms for string matching with wildcards, globs, and gitignore-style globs
ehmicky/wild-wild-parser
🤠 Parser for object property paths with wildcards and regexps 🌵
suprematic/globus
Bash-like globbing patterns for Clojure(Script).
terkelg/globalyzer
Detect and extract the static part of a glob string.
chocolateboy/get-wild
Extract nested properties from an object with support for wildcards
IEvangelist/pathological.globbing
.NET globbing library—built atop Microsoft.Extensions.FileSystemGlobbing.
becheran/wildmatch-go
Simple string matching with questionmark- and star-wildcard operator
karenpayneoregon/various-helpers
Helper code for various task
micromatch/.github
Default files for the .github directory of all micromatch projects.
rameel/ramstack.fileproviders
A lightweight .NET library of useful and convenient extensions for Microsoft.Extensions.FileProviders
shinnn/node-read-glob
Search files with glob pattern and read them asynchronously
busterc/mvy
:file_folder: mvy = mkdirp + mv // a cli for moving to a new directory
gopherlib/simple-glob
Simple Glob. Only `*` is supported as a wildcard to match any string other than a delimiter.
rameel/ramstack.globbing
Fast and zero-allocation .NET globbing library for matching file paths using glob patterns
sebastian-philipp/generate-globs
Generate glob expressions by example
decal/strglob
:fast_forward: Shared library that expands supplied globbing pattern syntax into multiple strings