Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phadej/regex-base-text
- Owner: phadej
- License: mit
- Created: 2014-02-03T19:07:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-03T19:12:08.000Z (almost 11 years ago)
- Last Synced: 2024-10-11T23:53:31.649Z (26 days ago)
- Language: Haskell
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.