regex-tdfa-1.3.0: Replaces/Enhances Text.Regex

Safe HaskellNone
LanguageHaskell98

Text.Regex.TDFA.NewDFA.Tester

Description

Like Engine, but merely checks to see whether any match at all is found.

Documentation

matchTest :: Uncons text => Regex -> text -> Bool Source #