| Safe Haskell | Safe-Infered |
|---|
Text.Matchers.String
Documentation
tdfa :: CaseSensitive -> String -> Exceptional String (String -> Bool)Source
pcre :: CaseSensitive -> String -> Exceptional String (String -> Bool)Source
data CaseSensitive Source
Constructors
| Sensitive | |
| Insensitive |