| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Text.Regex.Do.Type.MatchHint
Documentation
Constructors
| Test a | test: does body match pattern? |
Constructors
| Once a | values |
Instances
| Hint Once Source | |
| MatchHint Once String Source | |
| MatchHint Once ByteString Source | |
| Regex_ rx => Replace Once rx GroupReplacer String Source | |
| Regex_ rx => Replace Once rx GroupReplacer ByteString Source | |
| Regex_ rx => Replace Once rx Replacement ByteString Source | |
| Regex_ rx => Replace Once rx Replacement String Source | |
| type F Once String = [String] Source | |
| type F Once ByteString = [ByteString] Source |
Constructors
| All a | values |
Instances
| Hint All Source | |
| MatchHint All String Source | |
| MatchHint All ByteString Source | |
| Regex_ rx => Replace All rx GroupReplacer String Source | |
| Regex_ rx => Replace All rx GroupReplacer ByteString Source | |
| Regex_ rx => Replace All rx Replacement ByteString Source | |
| Regex_ rx => Replace All rx Replacement String Source | |
| type F All String = [[String]] Source | |
| type F All ByteString = [[ByteString]] Source |
Constructors
| PosLen' a | once |
Constructors
| PosLen_ a | all |