NSString – Getting a SubstringPosted by simon on May 10th, 2009
One thing I found different in Objective C was how getting a substring was done. If you have seen my previous posts you may have noticed this method. I use it to grab a particular element value from XML without parsing the whole doc. It also serves as a good example of how to get a substring from a NSString.