Re: URL parsing
Re: URL parsing
- Subject: Re: URL parsing
- From: Pierre-Olivier Latour <email@hidden>
- Date: Thu, 15 Aug 2002 14:35:00 +0200
>
I need to be able to parse different URLs.
>
>
for example for samba, you can have urls like:
>
>
smb://workgroup;username@netbiosname/share
>
or
>
smb://workgroup/share
>
>
I need code that knows how to parse the different fields.
Try creating a NSURL from the string, then use the NSURL methods to extract
the different fields.
_____________________________________________________________
Pierre-Olivier Latour email@hidden
Lausanne, Switzerland
http://www.pol-online.net
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >URL parsing (From: Steve Gehrman <email@hidden>) |