By bloid
via ear-fung.us
Submitted: Jul 03 2008 / 16:35
I needed a string searching method in Objective-C for a little app I'm writing that searched a string and found substrings in-between two other strings... sort of a poor man's regex. It extends the NSString object so once you've imported it in your main header, you can call the method on an NSString object. I couldn't find anything in the Cocoa API that did what I was looking for so I did it myself.
SaveShareSend
Tags: apple, frameworks, other languages
Add your comment