GitHub - gruhn/regex-utils: TypeScript library for regex equivalence, intersection, complement and other utilities that go beyond string matching.
github.comΒ·1d
πŸ”RegEx Engines
Preview
Report Post

Regex Utils

Zero-dependency TypeScript library for regex utilities that go beyond string matching. These are surprisingly hard to come by for any programming language. ✨

API Overview πŸš€

  • πŸ”— Set-like operations:

  • .and(...) - Compute intersection of two regex.

  • .not() - Compute the complement of a regex.

  • [.without(...)](https://gruhn.github.io/…

Similar Posts

Loading similar posts...