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

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

Text.Regex.XMLSchema.String.CharSet

Description

Char sets implemeted as sorted lists of intervalls

Documentation

type CharSet = [(Char, Char)]Source