regex-compat-tdfa

Unicode Support version of Text.Regex, using regex-tdfa

http://hub.darcs.net/shelarcy/regex-compat-tdfa

Version on this page:0.95.1.4
LTS Haskell 18.28:0.95.1.4
Stackage Nightly 2021-06-14:0.95.1.4
Latest on Hackage:0.95.1.4@rev:1

See all snapshots regex-compat-tdfa appears in

BSD-3-Clause licensed by Christopher Kuklewicz
Maintained by shelarcy
This version can be pinned in stack with:regex-compat-tdfa-0.95.1.4@sha256:f4e4ca4b5151d59fe2e8c832f0be8400577b0ae882ade9779190e684e69884cc,2102

Module documentation for 0.95.1.4

Used by 1 package in nightly-2017-10-28(full list with versions):

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.