Description
Wraps regex-applicative primitives so they work with Haskell Text values. This helps projects use applicative regex parsing with efficient Unicode text instead of only list-like character inputs.
It is useful for text processing, validation, parsers, and applications that store input as Text. It is a developer library and has no standalone regex interface.