如何将正则表达式与 NSPredicates 一起使用?
在我的应用程序中,我试图查找以任何特殊字符(*、~、"、()开头的字符串列表。我想使用 NSPredicate 来查找这些字符串,但我不知道要创建什么正则表达式和使用。即使我不知道如何使用正则表达式和 nspredicate
提前致谢!
In my app, I am trying to find list of strings which starts with any of the special characters(*,~,",().I want to use NSPredicate to find the these strings but I do not know what regular expression to create and use.Even I do not know how to use regular expression along with nspredicate.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)