hxt-regex-xmlschema: A regular expression library for W3C XML Schema regular expressions
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
Name | Description | Default |
---|---|---|
profile | turn profiling on | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hxt-regex-xmlschema-9.2.0.7.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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, 375 indirect [details] |
Downloads | 58310 total (83 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] |