regex-0.6.0.0: Toolkit for regex-base
Text.RE.IsRegex
class Replace s => IsRegex re s where Source
Methods
matchOnce :: re -> s -> Match s Source
matchMany :: re -> s -> Matches s Source
regexSource :: re -> String Source
Instances