NSString parsing to extract an URL
Is there a built in NSURL or NSString method that will find an URL in
a string?
If not, what methods would be useful for doing that? It seems the
string.h methods are easier to work with than NSString's. Any other suggestions? I don't want to reinvent the wheel here.
|