Skip to content
Snippets Groups Projects
Commit d29ff8d8 authored by Henning Glawe's avatar Henning Glawe
Browse files

store dict-result of handleStartMatch / handleEndMatch in SimpleParser.lastMatch

this way, adHoc(parser) hooks can access the information extracted by
startReStr via parser.lastMatch

startReStr=r"(?P<something>\d+)" as parser.lastMatch['something']
parent 2dd60f36
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment