regex-tdfa-1.3.2: Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base)
Safe HaskellNone
LanguageHaskell2010

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 #