regex-tdfa-1.3.1.0: Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base)
Text.Regex.TDFA.NewDFA.Tester
Description
Like Engine, but merely checks to see whether any match at all is found.
matchTest :: Uncons text => Regex -> text -> Bool Source #