Thanks John,
Feedback is important. Please do let us know if you spot anything we have
missed.
Chris
On 09/03/2017, 20:04, "John Wiegley" wrote:
> "CD" == Chris Dornan writes:
CD> I am pleased to announce the regex package, a regular expression toolkit
CD> for regex-bas
> "CD" == Chris Dornan writes:
CD> I am pleased to announce the regex package, a regular expression toolkit
CD> for regex-base with:
Thank you, I've wanted this since forever, since every alternative is either
too difficult to use, missing some key feature (like proper unicode support),
or h
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-sens