Using Objective-C on my iPhone, is there a built-in method for NSString that finds a string appearing BETWEEN 2 other stings?
Search "my dog is my cat's best friend"... and return everything between "dog" and "best".
Or will I have to write my own? Any good ideas on where to start?
Thanks.