摘要: /* 函数描述:字符串筛选,去掉不需要的特殊字符串 参数描述:target 原字符串 replacement 需要替换的字符串 options 默认传2:NSLiteralSearch,区分大小写 _replaceArray 需要排除的Array 返回值: 筛选完的String 备注: 使用方法:replaceOccurrencesOfString:@"1(2*3" withString:@"" options:2 replaceArray:[NSArray arrayWithObjects:@"(",@"*".. 阅读全文
posted @ 2013-01-28 22:53 Maxfong 阅读(2130) 评论(1) 推荐(1) 编辑