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

Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt ([email protected])

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