Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 606 Bytes

2013401.md

File metadata and controls

13 lines (8 loc) · 606 Bytes
title
Regex Portability

Be careful of choosing a regex library in Haskell. It may not work across different operating systems.

From haskellwiki,

If you want a bug-free and/or portable POSIX extended regular expression library to use from Haskell, then regex-posix will not help you. You should use the regex-tdfa package instead.

Replacement

If you want support for replacements, use text-regex-replace which uses text-icu.