Is there something like parse_url () in Objective-C?
I like the simplicity of this function in PHP and I need the same thing in the application for iPhone. For example: given the URL http://www.google.com/?someting=somthing
I can get a good data structure with host, protocol, base url ... etc without creating parsing lines.
thank
source
share