regex-0.2.0.2: Toolkit for regex-base
Text.RE.IsRegex
class Replace s => IsRegex re s where Source #
Minimal complete definition
matchOnce, matchMany, regexSource
Methods
matchOnce :: re -> s -> Match s Source #
matchMany :: re -> s -> Matches s Source #
regexSource :: re -> String Source #