regex-0.2.0.4: Toolkit for regex-base

Safe HaskellNone
LanguageHaskell2010

Text.RE.TDFA.Text

Contents

Synopsis

Documentation

(*=~) :: Text -> RE -> Matches Text Source #

find all matches in text

(?=~) :: Text -> RE -> Match Text Source #

find first matches in text

(=~) :: (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

Orphan instances