| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Text.Regex.Do.Pcre.Utf8.MatchHint
Description
see Text.Regex.Do.Pcre.Ascii.MatchHint about MatchHint vs Match
Documentation
class (Hint hint, Match enc a a (F hint a)) => MatchHint hint enc a where Source
Minimal complete definition
Nothing
Instances
| MatchHint PosLen_ Utf8_ String Source | |
| MatchHint PosLen_ Utf8_ ByteString Source | |
| MatchHint PosLen' Utf8_ String Source |
[(13,2)] |
| MatchHint PosLen' Utf8_ ByteString Source | |
| MatchHint All Utf8_ String Source | |
| MatchHint All Utf8_ ByteString Source | |
| MatchHint Once Utf8_ String Source |
["all"] |
| MatchHint Once Utf8_ ByteString Source | |
| MatchHint Test Utf8_ String Source | |
| MatchHint Test Utf8_ ByteString Source |
True |