hxt-charproperties-9.4.0.0: Character properties and classes for XML and Unicode
CopyrightCopyright (C) 2010 - Uwe Schmidt
LicenseMIT
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Stabilitystable
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Data.Set.CharSet

Description

Char sets implemeted as non-overlapping ordered lists of intervalls

Documentation

type CharSet = [(Char, Char)] Source #

stringCS :: String -> CharSet Source #

rangeCS :: Char -> Char -> CharSet Source #

nullCS :: CharSet -> Bool Source #

fullCS :: CharSet -> Bool Source #

elemCS :: Char -> CharSet -> Bool Source #

toListCS :: CharSet -> [Char] Source #