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

[ bsd3, library, 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.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5
Dependencies base (>=4 && <5), haskell98 (>=1 && <2), parsec (>=2.1 && <4) [details]
License BSD-3-Clause
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
Uploaded by UweSchmidt at 2010-06-20T11:18:48Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4407 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]