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

Text.Regex.TDFA.NewDFA.Engine_NC_FA

Description

This is the non-capturing form of Text.Regex.TDFA.NewDFA.String

Documentation

execMatch :: Uncons text => Regex -> Position -> Char -> text -> [MatchArray] Source #