Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phadej/regex-base-text

Compatibility layer for using regex-base engines with Data.Text
https://github.com/phadej/regex-base-text

Last synced: about 7 hours ago
JSON representation

Compatibility layer for using regex-base engines with Data.Text

Awesome Lists containing this project

README

        

# regex-data-text

Compatibility layer for using [regex-base](http://hackage.haskell.org/package/regex-base) engines with
[`Data.Text`](http://hackage.haskell.org/package/text).

This modules provides `RegexMaker` and `RegexLike` instances for using `Text`
with any regexp engine which provides such instances for `ByteString`.

Also provides `Extract` `Text` instance.