2015年8月14日

正则表达式 是 iOS 字符串仅仅支持中文

摘要: - (BOOL)isValidateNum:(NSString *)string{ NSString *numCheck = @"[\u4e00-\u9fa5]"; NSPredicate *numTest = [NSPredicate predicateWithFormat:@"SELF ... 阅读全文

posted @ 2015-08-14 15:16 Caicoder 阅读(273) 评论(0) 推荐(0) 编辑

导航