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

Safe HaskellNone
LanguageHaskell98

Text.Regex.TDFA.NewDFA.Engine_NC

Description

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

Documentation

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