Questions tagged «nscharacterset»

17
快速删除字符串中的所有非数字字符
我需要解析一些未知数据,该数据应该只是一个数字值,但可能包含空格或其他非字母数字字符。 Swift中是否有新的方法?我在网上可以找到的所有东西似乎都是旧的C方式。 我正在查看stringByTrimmingCharactersInSet-因为我确定我的输入将在字符串的开头或结尾仅包含空格/特殊字符。我可以使用任何内置字符集吗?还是我需要创建自己的? 我希望会有类似的东西stringFromCharactersInSet()允许我仅指定要保留的有效字符

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.