regex-tdfa-0.97.3: Accurate POSIX extended regular expression library

Text.Regex.TDFA.MutRun

Description

Text.Regex.TDFA.Run is the main module for matching a DFA against a String. Many of the associated functions are exported to other modules to help match against other types.

2009-January: logic changes to capturing in matchHere (need to change noCap XXX TODO): The logic below has been changed to recognize an empty match at the end of the string. The logic below has been changed to proceed after the first empty match.

Documentation