@hackage regex-compat-tdfa0.95.1.4
Unicode Support version of Text.Regex, using regex-tdfa
Categories
License
BSD-3-Clause
Maintainer
shelarcy <shelarcy@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- array
- base >=4 && <5
- regex-base >=0.93
- regex-tdfa >=1.1.0 Show all…
Dependents (9)
@hackage/hledger, @hackage/darcs, @hackage/epub-metadata, @hackage/acme-everything, @hackage/keystore, @hackage/api-tools, Show all…
Package Flags
newbase
(on by default)
Choose base >= 4
splitbase
(on by default)
Choose the new smaller, split-up base package.
One module layer over regex-tdfa to replace Text.Regex.
regex-compat can't use Unicode characters correctly because of using regex-posix. This is not good for Unicode users.
I modified regex-compat to use regex-tdfa for solving today's problem.