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.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) 

type Regex = GenRegex StringSource

match :: StringLike s => s -> s -> BoolSource

matchNoCase :: StringLike s => s -> s -> BoolSource

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

parse a glob pattern