regex-0.6.0.0: Toolkit for regex-base

Safe HaskellNone
LanguageHaskell2010

Text.RE.IsRegex

Documentation

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 #