The regex-xmlschema package
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.
Properties
| Versions | 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5 |
|---|---|
| Dependencies | base (4.*), haskell98 (1.*), parsec (≥2.1 & <4) |
| License | BSD3 |
| Copyright | Copyright (c) 2009 Uwe Schmidt |
| Maintainer | Uwe Schmidt <uwe@fh-wedel.de> |
| Stability | experimental |
| Category | Text |
| Home page | http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema |
| Upload date | Thu Nov 12 15:55:33 UTC 2009 |
| Uploaded by | UweSchmidt |
| Built on | ghc-6.10, ghc-6.12 |
Modules
Downloads
- regex-xmlschema-0.1.3.tar.gz (Cabal source package)
- package description (included in the package)