hxt-8.5.0: A collection of tools for processing XML with Haskell.

Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt (uwe@fh-wedel.de)

Text.XML.HXT.RelaxNG.XmlSchema.Regex

Description

W3C XML Schema Regular Expression Matcher

Grammar can be found under http://www.w3.org/TR/xmlschema11-2/#regexs

Synopsis

Documentation

data Regex Source

Instances

chars :: (Char -> Bool) -> [Char]Source

enumerate all chars specified by a predicate

this function is expensive, it should only be used for testing

(<&&>) :: (Char -> Bool) -> (Char -> Bool) -> Char -> BoolSource

(<||>) :: (Char -> Bool) -> (Char -> Bool) -> Char -> BoolSource