hxt-regex-xmlschema-9.0.4: 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

csh glob style pattern matcher

Synopsis

Documentation

type Regex = GenRegex String

match :: String -> String -> Bool

matchNoCase :: String -> String -> Bool

parseRegex :: String -> Regex

parse a glob pattern

parseRegexNoCase :: String -> Regex