PythonVerbalExpressions icon indicating copy to clipboard operation
PythonVerbalExpressions copied to clipboard

Support for capture groups

Open vincent-lg opened this issue 4 years ago • 1 comments

As you know, capture groups aren't only useful for replacing, they're pretty useful for extracting too. I have trouble finding this feature in this Python port, although the JS documentation includes methods for beginCapture and endCapture. Am I missing something obvious?

vincent-lg avatar Nov 20 '20 11:11 vincent-lg

Might wanna ask in https://github.com/VerbalExpressions/JSVerbalExpressions

DonaldTsang avatar Jan 05 '21 06:01 DonaldTsang