
there seem to be a lot of regular expression modules: Text.Regex.TDFA Text.Regex.PCRE Text.Regex.PCRE.Light there is a bit info on how to use it in real world haskell but only for the POSIX stuff (eg TDFA) any suggestions or preferences? -- In friendship, prad ... with you on your journey Towards Freedom http://www.towardsfreedom.com (website) Information, Inspiration, Imagination - truly a site for soaring I's

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
participants (2)
-
prad
-
Stephen Tetley