regex-0.7.0.0: Toolkit for regex-base

Safe HaskellNone
LanguageHaskell2010

Text.RE.Types.IsRegex

Documentation

class Replace s => IsRegex re s where Source #

Minimal complete definition

matchOnce, matchMany, makeRegex, makeRegexWith, regexSource

Methods

matchOnce :: re -> s -> Match s Source #

matchMany :: re -> s -> Matches s Source #

makeRegex :: (Functor m, Monad m) => s -> m re Source #

makeRegexWith :: (Functor m, Monad m) => SimpleRegexOptions -> s -> m re Source #

regexSource :: re -> s Source #