Are there anything similar to an indexOf function in the NSString objects?
| ||||
|
feedback
|
|
Use
| ||||
|
feedback
|
|
If you want just know when String a contains String b use my way to do this.
This is less readable but improves performance | |||
|
feedback
|
|
I wrote a category to extend original NSString object. Maybe you guys can reference it. (You also can see the article in my blog too.) ExtendNSString.h:
ExtendNSStriing.m:
| ||||
feedback
|