Savage F. Morgan

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年7月14日

摘要: //不考虑大小写比较字符串1NSString *astring01 = @"this is a String!"; NSString *astring02 = @"This is a String!"; BOOL result = [astring01 caseInsensitiveCo... 阅读全文
posted @ 2014-07-14 16:02 罗斯摩根 阅读(3283) 评论(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 罗斯摩根 阅读(213) 评论(0) 推荐(0) 编辑

摘要: // // NSString+NSStringForJava.m // NSStringCategory // // Created by Ryan Tang on 12-10-17. // Copyright (c) 2012年 E... 阅读全文
posted @ 2014-07-14 14:38 罗斯摩根 阅读(302) 评论(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 罗斯摩根 阅读(210) 评论(0) 推荐(0) 编辑