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

CopyrightCopyright (C) 2011- Uwe Schmidt
LicenseMIT
MaintainerUwe Schmidt <uwe@fh-wedel.de>
Stabilitystable
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Text.Regex.Glob.Generic

Description

csh glob style pattern matcher

Synopsis

Documentation

data GenRegex s Source

Instances

match :: StringLike s => s -> s -> Bool Source

matchNoCase :: StringLike s => s -> s -> Bool Source

parseRegex :: StringLike s => s -> GenRegex s Source

parse a glob pattern