
3 Jun
2009
3 Jun
'09
12:21 p.m.
simon:
Hi Chris.. thanks for your extensive work on haskell regex libs.
I'm looking for a good way to make my regex-using app more portable to windows. I couldn't figure out the difference between the regex-pcre and regex- pcre-builtin on hackage. Could you clarify ?
pcre-builtin ships the PCRE C library internally. Regular regex-pcre relies on the DLL somewhere on your system. -- Don