字符串搜索
MinosIOS
心怀感恩
展开
-
字符串搜索方法rangeOfString
if ([updataContent rangeOfString:@"-line-"].location != NSNotFound) { updataContent = [updataContent stringByReplacingOccurrencesOfString:@"-line-" withString:@"xxxx"];原创 2013-08-20 11:47:03 · 814 阅读 · 0 评论 -
[ObjC]objective c判断中英文混合的字符长度的两种方法
- (int)convertToInt:(NSString*)strtemp { int strlength = 0; char* p = (char*)[strtemp cStringUsingEncoding:NSUnicodeStringEncoding]; for (int i=0 ; i if (*p) { p++;原创 2013-09-17 14:09:06 · 792 阅读 · 0 评论