On 15 March 2010 14:02, michael rice <[email protected]> wrote:
>
> 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
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to