Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
re :: QuasiQuoter Source
re_ :: QuasiQuoter Source
cp :: QuasiQuoter Source
IsRegex RE String | |
IsRegex RE ByteString | |
IsRegex RE ByteString | |
IsRegex RE Text | |
IsRegex RE Text | |
IsOption () RE CompOption ExecOption | |
IsOption SimpleRegexOptions RE CompOption ExecOption | |
IsOption ExecOption RE CompOption ExecOption | |
IsOption CompOption RE CompOption ExecOption | |
IsOption Options RE CompOption ExecOption | |
IsRegex RE (Seq Char) | |
IsOption (Macros RE) RE CompOption ExecOption |
reCaptureNames :: RE -> CaptureNames Source
compileRegex :: (IsOption o RE CompOption ExecOption, Functor m, Monad m) => o -> String -> m RE Source
escapeREString :: String -> String Source