regex-0.8.0.0: Toolkit for regex-base
Text.RE.Types.IsRegex
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 #