hxt-regex-xmlschema

A regular expression library for W3C XML Schema regular expressions

http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema

Version on this page:9.2.0.3
LTS Haskell 22.13:9.2.0.7
Stackage Nightly 2024-03-14:9.2.0.7
Latest on Hackage:9.2.0.7

See all snapshots hxt-regex-xmlschema appears in

MIT licensed by Uwe Schmidt
Maintained by Uwe Schmidt
This version can be pinned in stack with:hxt-regex-xmlschema-9.2.0.3@sha256:78f0718273a67f12832de2c1ebf126d8ac7fb7445a08982e7dd4d5f688fb63c7,3907
Used by 1 package in nightly-2017-10-28(full list with versions):

This library supports full W3C XML Schema regular expressions inclusive all Unicode character sets and blocks. The complete grammar can be found under http://www.w3.org/TR/xmlschema11-2/#regexs. It is implemented by the technique of derivations of regular expressions.

The W3C syntax is extended to support not only union of regular sets, but also intersection, set difference, exor. Matching of subexpressions is also supported.

The library can be used for constricting lightweight scanners and tokenizers. It is a standalone library, no external regex libraries are used.

Extensions in 9.2: The library does nor only support String's, but also ByteString's and Text in strict and lazy variants