I know this is a very late reply, but you can get the substring “http://www.abc.com” with the following code:
[@"abc xyz http://www.abc.com aaa bbb ccc" substringWithRange:NSMakeRange(8, 18)]
Of course, you can still use an NSString for that.
I know this is a very late reply, but you can get the substring “http://www.abc.com” with the following code:
[@"abc xyz http://www.abc.com aaa bbb ccc" substringWithRange:NSMakeRange(8, 18)]
Of course, you can still use an NSString for that.