| |||||||||||||
| |||||||||||||
Contents | |||||||||||||
Description | |||||||||||||
Interface to the POSIX regular expression library. | |||||||||||||
Synopsis | |||||||||||||
| |||||||||||||
The Regex type | |||||||||||||
data Regex | |||||||||||||
| |||||||||||||
Compiling a regular expression | |||||||||||||
regcomp | |||||||||||||
| |||||||||||||
Flags for regcomp | |||||||||||||
regExtended :: Int | |||||||||||||
regIgnoreCase :: Int | |||||||||||||
regNewline :: Int | |||||||||||||
Matching a regular expression | |||||||||||||
regexec | |||||||||||||
| |||||||||||||
Produced by Haddock version 0.4 |