
10 Dec
2009
10 Dec
'09
5:56 p.m.
On Thu, Dec 10, 2009 at 11:20 AM, Adolfo Builes
Hi, Bryan O'Sullivan has an excellent blog post about regex [1]. You could also check Real World Haskell [2].
[1]- http://www.serpentine.com/blog/2007/02/27/a-haskell-regular-expression-tutor... [2]- http://book.realworldhaskell.org/read/efficient-file-processing-regular-expr...
I'd actually recommend the pcre-light package: http://hackage.haskell.org/package/pcre-light Not only does it give you Perl-compatible regexes, but it also *doesn't* force you through the IO monad. It's good stuff.