wildmatch
Wildcard matcher
Matches strings against simple wildcard patterns
Simple string matching with single- and multiple-wildcard operator
78 stars
2 watching
15 forks
Language: Rust
last commit: about 2 months ago
Linked from 1 awesome list
globbingmatching-algorithmquestionmarkrust-langstarstring-matchingwildcard
Related projects:
Repository | Description | Stars |
---|---|---|
zemasoft/wildcards | A library that implements a general-purpose algorithm for matching strings using wildcards | 80 |
iglou-eu/go-wildcard | Provides fast and simple wildcard pattern matching without file-name semantics or dependencies. | 82 |
sindresorhus/matcher | A utility for simple string matching with wildcard patterns | 537 |
hobbyquaker/mqtt-wildcard | A utility that matches MQTT topics against regular expression patterns with wildcard support. | 14 |
zalando-stups/cats.match | Provides pattern matching support for monads in the Clojure cats library. | 53 |
gobwas/glob | A Go library for efficient string matching using compile-time glob patterns. | 961 |
clojure/core.match | A pattern matching library for Clojure, optimized for performance and ease of use. | 1,190 |
solodon4/mach7 | A C++ library providing a functional programming style pattern-matching mechanism | 1,283 |
ehmicky/wild-wild-path | A utility library for querying object properties with wildcard and regular expression support | 721 |
alexpantyukhin/go-pattern-match | An implementation of pattern matching for Go. | 245 |
blackrabbitt/mspm | An algorithm implementation for efficient multi-string pattern matching using trie data structures. | 26 |
alehander92/gara | A macro-based library for pattern matching in Nim programming language | 103 |
p-ranav/glob | A C++ library for pattern-based file matching and recursive searching | 249 |
michelcrypt4d4mus/yaralyzer | Analyzes binary and text data for YARA and regex matches, visualizes results with colors, and attempts to decode matched regions | 107 |
admk/patmat | Provides a functional-style recursive pattern matching framework for Python | 29 |