Skip to content

kurkle/fastwildcard

Repository files navigation

@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