Re: Regex
Re: Regex
- Subject: Re: Regex
- From: Dave DeLong <email@hidden>
- Date: Mon, 17 Nov 2008 18:32:06 -0700
http://regexkit.sourceforge.net
I use it pretty frequently (the Lite version, anyway).
HTH,
Dave
On 17 Nov, 2008, at 6:04 PM, 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, I have this regex from php
that I made so all I would need is a way to bring it to cocoa, the
regex is /<a\s[^>]*href=(\"??)([^\" >]*?)\\1[^>]*>.*<\/a>/siU
Thanks for the help.
Mr. Gecko
_______________________________________________
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>) |