| ||||
| ||||
| Description | ||||
| This is a version of ReadRegex that allows NUL characters. LazyPossessiveBackrefs are not recognized. Anchors ^ and $ are now recognized (they used to be errors). | ||||
| Synopsis | ||||
| ||||
| Documentation | ||||
| type PatternIndex = Int | ||||
| PatternIndex is for indexing submatches from parenthesized groups (PGroup) | ||||
| parseRegex :: String -> Either ParseError (Pattern, (Int, Int)) | ||||
| Produced by Haddock version 0.8 |