| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Text.Regex.Do.Pcre.Match
Description
Documentation
class Rx_ n h => Match n h where Source
see Text.Regex.Do.Pcre.Result
to convert MatchArray to something useful
Minimal complete definition
Nothing
Methods
matchOnce :: Pattern n -> Body h -> Maybe MatchArray Source
matchTest :: Pattern n -> Body h -> Bool Source
matchAll :: Pattern n -> Body h -> [MatchArray] Source
Instances
| Match String String Source | accepts regex
True |
| Match String ByteString Source | accepts regex |
| Match ByteString String Source | accepts regex |
| Match ByteString ByteString Source | accepts regex |
| Match Regex String Source | accepts |
| Match Regex ByteString Source | accepts |