ICU 正则表达式引用
我想知道是否有一种方法可以引用 ICU (c++) 库中的字符串。存在“\Q”+字符串+“\E”,但我已生成输入作为提供的字符串。似乎没有任何 ICU 引用正则表达式方法。只需将字符串中的所有“\E”更改为 \\E 即可。
I am wondering if there is a way to quote a string in the ICU (c++) library. There exists "\Q" + string + "\E" but I am having generated input come in as the string provided. There does not seem to be any ICU quote regex method. Would just changing all "\E" in string to \\E work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会根据您的用例提交功能请求。我认为目前没有一个函数可以做到这一点。
I'd file a feature request with your use case. I don't think there's currently a function to do this.