Safe Haskell | None |
---|---|
Language | Haskell2010 |
- (*=~) :: String -> RE -> Matches String
- (?=~) :: String -> RE -> Match String
- (=~) :: (RegexContext Regex String a, RegexMaker Regex CompOption ExecOption String) => String -> RE -> a
- (=~~) :: (Monad m, RegexContext Regex String a, RegexMaker Regex CompOption ExecOption String) => String -> RE -> m a
- module Text.RE
- module Text.RE.TDFA.RE
Documentation
(=~) :: (RegexContext Regex String a, RegexMaker Regex CompOption ExecOption String) => String -> RE -> a Source
regex-base polymorphic match operator
(=~~) :: (Monad m, RegexContext Regex String a, RegexMaker Regex CompOption ExecOption String) => String -> RE -> m a Source
regex-base monadic, polymorphic match operator
module Text.RE
module Text.RE.TDFA.RE