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

Portabilityportable
Stabilitystable
MaintainerUwe Schmidt <uwe@fh-wedel.de>
Safe HaskellSafe-Inferred

Text.Regex.Glob.String

Description

Deprecated: use the more general Generic instead

csh glob style pattern matcher

Documentation

type Regex = GenRegex StringSource

match :: String -> String -> BoolSource

matchNoCase :: String -> String -> BoolSource

parseRegex :: String -> RegexSource