[Haskell-beginners] regular expressions

Stephen Tetley stephen.tetley at gmail.com
Wed Jul 14 09:21:56 EDT 2010


Hello

If you want to write (reasonably) portable code you might want to
consider Regex-Posix in the first instance. This is the one in the
Platform, so it should work on all the major OSes. That said,
installing it on Windows/MinGW outside the Platform had problems the
last time I tried.

http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-posix


More information about the Beginners mailing list