@kurkle/fastwildcard
v1.0.0
Published
Simple wildcard matching library
Downloads
2
Readme
@kurkle / fastwildcard
A wildcard matching library converted from FastWildcard C# library to ES6 module.
- Robust: extensively unit tested to be reliable and predictable - no edge cases!
- Fast: developed with regular benchmarking and performance analysis to provide the best speed possible!
Pattern syntax
- '*' matches 0 or more characters
- '?' matches 1 character