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