有人可以给出 pcrecpp “DoMatch” 的用法示例吗常规?
有人可以给出 pcrecpp DoMatch 例程的用法示例吗?基本上我的要求是将所有匹配捕获到一个向量中。我不想使用 FullMatch 或 PartialMatch,因为它们在传递给它们的参数中记录匹配项。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不久前在网上找到了这个例子。我现在好像找不到链接了
I had found this example on the web a while ago. I can't seem to find the link now.