[Haskell-cafe] ANN: regex-tdfa 1.1.1
ChrisK
haskell at list.mightyreason.com
Sun Mar 22 10:07:26 EDT 2009
This is both a bug fix release and a feature release.
The bug fix is a bit embarrassing, the indices were correct but the captured
text was wrong in version 1.1.0. Oops.
As of version 1.1.1 the following GNU extensions are recognized, all anchors:
\` at beginning of entire text
\' at end of entire text
\< at beginning of word
\> at end of word
\b at either beginning or end of word
\B at neither beginning nor end of word
There is a "newSyntax" field of CompOptions that can enable/disable this syntax.
These were requested by users of the Yi project.
The "home page" is on the wiki and UPDATED a bit at
http://haskell.org/haskellwiki/Regular_expressions#regex-tdfa
The HADDOCK fails on hackage for now, but is up at
http://darcs.haskell.org/packages/regex-unstable/regex-tdfa/doc/html/regex-tdfa/Text-Regex-TDFA.html
The released code is on hackage at
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-tdfa
The darcs repository is at
http://darcs.haskell.org/packages/regex-unstable/regex-tdfa/
Cheers,
Chris
More information about the Haskell-Cafe
mailing list