hxt-regex-xmlschema: A regular expression library for W3C XML Schema regular expressions

[ library, mit, text ] [ Propose Tags ]

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

Flags

Automatic Flags
NameDescriptionDefault
profile

turn profiling on

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 9.0.0, 9.0.1, 9.0.4, 9.1.0, 9.2.0, 9.2.0.1, 9.2.0.2, 9.2.0.3, 9.2.0.7
Dependencies base (>=4 && <5), bytestring (>=0.10), hxt-charproperties (>=9), parsec (>=2.1 && <4), text (>=0.10) [details]
License MIT
Copyright Copyright (c) 2010- Uwe Schmidt
Author Uwe Schmidt
Maintainer Uwe Schmidt <uwe@fh-wedel.de>
Category Text
Home page http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema
Source repo head: git clone git://github.com/UweSchmidt/hxt.git
Uploaded by UweSchmidt at 2021-02-08T16:52:03Z
Distributions Arch:9.2.0.7, Debian:9.2.0.3, Fedora:9.2.0.7, FreeBSD:9.2.0.2, LTSHaskell:9.2.0.7, NixOS:9.2.0.7, Stackage:9.2.0.7
Reverse Dependencies 8 direct, 372 indirect [details]
Downloads 57696 total (76 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-02-08 [all 1 reports]