regex-0.2.0.3: Toolkit for regex-base

Safe HaskellNone
LanguageHaskell2010

Text.RE.PCRE.String

Contents

Synopsis

Documentation

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

find all matches in text

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

find first matches in text

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

Orphan instances