Announcing purescript-typelevel-regex: Regular expressions for type level strings

A regex implementation that runs at compile time.

I may be useful to replace some unsafeFromString functions which are often used for static type constructions. Currently a subset of JavaScript regex features are available.

Code and examples can be found here:
github.com/thought2/purescript-typelevel-regex

spago install typelevel-regex

If you find a bug, let me know!

9 Likes