将 PCRE 正则表达式中的任意数量的单词匹配到字符串中
我正在使用 PCRE 进行一些正则表达式解析,我需要在字符串中搜索特定模式的单词(假设用逗号分隔的单词字符串中的所有单词)并将它们放入字符串向量中。
我该怎么做呢?
I am using PCRE for some regex parsing and I need to search a string for words in a specific pattern (let's say all words in a string of words separated by commas) and put them into a string vector.
How would I go about doing that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
抱歉,代码很粗糙,但我很着急......
Sorry for the rough code, but I am in a hurry...