Can somebody give an example usage of pcrecpp DoMatch routine? Basically my requirement is to capture all the matches into a vector. I don’t want to use FullMatch or PartialMatch because they record the matches in the arguments passed to them.
Can somebody give an example usage of pcrecpp DoMatch routine? Basically my requirement is
Share
I had found this example on the web a while ago. I can’t seem to find the link now.