Safe Haskell | None |
---|---|
Language | Haskell2010 |
Text.RE.PCRE.RE
Documentation
re :: QuasiQuoter Source
re_ :: QuasiQuoter Source
cp :: QuasiQuoter
Instances
IsRegex RE String | |
IsRegex RE ByteString | |
IsRegex RE ByteString | |
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
preludeEnv :: MacroEnv Source
preludeTestsFailing :: [MacroID] Source
preludeSummary :: PreludeMacro -> String Source
preludeSource :: PreludeMacro -> String Source
unpackSimpleRegexOptions :: SimpleRegexOptions -> Options Source
compileRegex :: (IsOption o RE CompOption ExecOption, Functor m, Monad m) => o -> String -> m RE Source
escapeREString :: String -> String