Closed valoricDe closed 7 years ago
Actually this implementation is only doing one exec. Therefore a generator function does not make much sense in this case. For getting only one Group you could call execForGroup(string, group)
. But thanks for the suggestion anyway.
Hi, I mean something like python's
re.finditer
https://docs.python.org/2/library/re.html
In javascript, would like