Re: Regex
Re: Regex
- Subject: Re: Regex
- From: Andrew Farmer <email@hidden>
- Date: Mon, 17 Nov 2008 17:43:35 -0800
On 17 Nov 08, at 17:04, Mr. Gecko wrote:
Hello I have been trying to find a good Regex framework for cocoa.
I am trying to find urls in an html page...
Assuming that you're loading the web page into a WebView or similar,
you'll have a much easier time doing this through the HTML DOM. Trying
to parse HTML with regular expressions is risky, as there are numerous
edge cases which are easy to miss.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Regex (From: "Mr. Gecko" <email@hidden>) |