-
- Downloads
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']
Loading
Please register or sign in to comment