hxt-regex-xmlschema-9.2.0.1: 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-Inferred
LanguageHaskell2010

Text.Regex.Glob.Generic

Description

csh glob style pattern matcher

Synopsis

Documentation

data GenRegex s Source

Instances

Eq s => Eq (GenRegex s) 
Ord s => Ord (GenRegex s) 
StringLike s => Show (GenRegex s) 

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