[Haskell] regex: a toolkit for regex-base
Chris Dornan
chris at chrisdornan.com
Thu Mar 9 18:47:54 UTC 2017
Dear Haskellers,
I am pleased to announce the regex package, a regular expression toolkit for regex-base with:
* text-replacement operations with named captures;
* special datatypes for matches and captures;
* compile-time checking of RE syntax;
* a unified means of controlling case-sensitivity and multi-line options;
* high-level AWK-like tools for building text processing apps;
* the option of using match operators with reduced polymorphism on the text and/or result types;
* regular expression macros including:
+ a number of useful regular expression macros;
+ a test bench for testing and documenting new macro environments;
* built-in support for the TDFA and PCRE back ends;
* comprehensive documentation and copious examples.
The package is in a review period with the aim of releasing v1.0.0.0 on 2017-03-20. Your feedback is welcome (see http://contact.regex.uk).
For more details see this blog post,
http://engineers.irisconnect.net/posts/2017-03-07-regex.html
and the regex website at:
http://regex.uk
Chris Dornan
More information about the Haskell
mailing list