正则表达式 iPhone
如何在 iPhone 上使用正则表达式 NSStrring 只包含以下字符进行检查:a-zA-Z
数字 0-9
或特殊字符:!@#$%^& ;*()_+-={}[]:"|;'\<>?,./
How can I chceck on iPhone with regularexpressions NSStrring contain only this chars: a-zA-Z
numbers 0-9
or specialchars: !@#$%^&*()_+-={}[]:"|;'\<>?,./
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
试试这个::::
try this::::
为此,您可以使用标准类 NSRegularExpression< /a>
For this purposes you can use standard class NSRegularExpression
请注意,
NSRegularExpression
仅适用于 iOS 4 及更高版本。Note that
NSRegularExpression
is only available on iOS 4 and above.