
15 Mar
2010
15 Mar
'10
2:09 p.m.
On 15 March 2010 14:02, michael rice
Thanks. Looks kind of complicated. Are there any examples of how to use this stuff?
Hi Michael I'm note sure, I haven't used the Regex package since it was moved out of the libs distributed with GHC. I think the multiple backends were added after this, and it was extended so matching could work on ByteStrings as well as Strings. PCRE-light is a simpler alternative, if you can live with PCRE style regexs rather than Posix ones: http://hackage.haskell.org/package/pcre-light Best wishes Stephen