| Portability | portable |
|---|---|
| Stability | stable |
| Maintainer | Uwe Schmidt <uwe@fh-wedel.de> |
| Safe Haskell | Safe-Inferred |
Text.Regex.Glob.String
Description
csh glob style pattern matcher
- type Regex = GenRegex String
- match :: String -> String -> Bool
- matchNoCase :: String -> String -> Bool
- parseRegex :: String -> Regex
- parseRegexNoCase :: String -> Regex
Documentation
match :: String -> String -> Bool
matchNoCase :: String -> String -> Bool
parseRegex :: String -> Regex
parse a glob pattern
parseRegexNoCase :: String -> Regex