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

<http://www.google.com/search?client=safari&rls=en-au&q=regexp+cocoa&ie=UTF-8&oe=UTF-8>

gives

<http://www.cocoadev.com/index.pl?RegularExpressions>

Which lists lots of information.

I've used RegexKitLite which works well on Mac OS X. RegexKit appears to have forked in to two variants:

The original RegexKit which does not seem to be getting further development (since the start of 2008) which uses PCRE 7.6

And the newer RegexKitLite which appears to be getting the bulk of development now, which uses the ICU library which is shipped with Mac OS X (but not public on iPhone).

Enjoy,
   Peter.

--
              Keyboard Maestro 3 Now Available!
                Now With Status Menu triggers!

Keyboard Maestro <http://www.keyboardmaestro.com/> Macros for your Mac
<http://www.stairways.com/>           <http://download.stairways.com/>
_______________________________________________

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]

Reply via email to