摘要:
//不考虑大小写比较字符串1NSString *astring01 = @"this is a String!"; NSString *astring02 = @"This is a String!"; BOOL result = [astring01 caseInsensitiveCo... 阅读全文
posted @ 2014-07-14 16:02
罗斯摩根
阅读(3293)
评论(0)
推荐(0)
|
摘要:
//不考虑大小写比较字符串1NSString *astring01 = @"this is a String!"; NSString *astring02 = @"This is a String!"; BOOL result = [astring01 caseInsensitiveCo... 阅读全文
posted @ 2014-07-14 16:02
罗斯摩根
阅读(3293)
评论(0)
推荐(0)
摘要:
How do I insert a space to a NSString.I need to add a space at index 5 into:NString * dir = @"abcdefghijklmno";To get this result:abcde fghijklmnowith... 阅读全文
posted @ 2014-07-14 14:39
罗斯摩根
阅读(217)
评论(0)
推荐(0)
摘要:
// // NSString+NSStringForJava.m // NSStringCategory // // Created by Ryan Tang on 12-10-17. // Copyright (c) 2012年 E... 阅读全文
posted @ 2014-07-14 14:38
罗斯摩根
阅读(312)
评论(0)
推荐(0)
摘要:
How to check if NSString begins with a certain characterHow do you check if an NSString begins with a certain character (the character *).The * is an ... 阅读全文
posted @ 2014-07-14 14:36
罗斯摩根
阅读(217)
评论(0)
推荐(0)
|