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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
