NSString stringByReplacingOccurrencesOfRegex
我看到了这个方法的很多用法:stringByReplacingOccurrencesOfRegex on NSString on SO。但我收到一个警告,说找不到此实例方法,并且在运行时因“发送到......无法识别的选择器”而崩溃,
有什么想法吗?
I saw a lot of usages of this method: stringByReplacingOccurrencesOfRegex on NSString on SO. But I got a waring that said this instance method is not found and at running time crashing with a "unrecognized selector sent to.."
Any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
该方法是 RegExKitLite 提供的扩展。
That method is an extension provided by RegExKitLite.
我从来没有见过这种方法,但你可以使用这个方法来实现正则表达式操作:
抱歉,格式限制迫使它分成两行,请查看 NSString.h 以获取此代码
I've never seen that method, but you can use this one to achieve regular expression manipulation:
Sorry about the formatting restrictions forcing it onto two lines, check out NSString.h for this code