This page looks plain and unstyled because you're using a non-standard compliant browser. To see it in its best form, please upgrade to a browser that supports web standards. It's free and painless.

Paul's Time Sink

| Main | Albums |

« | »

regular expressions in Cocoa

Paul Westbrook | 09 March, 2006 22:19

I don't get why program languages don't include regular expression support, either built in or as one of the included libraries.

I wanted to parse some html in Objective-C to find the url for an image.  Ideally, I want to use this expression to find an image url:

img src=\"([^\"]+)\"

Objective-C and Apple's libraries do not include any regular expression support.  I found the OgreKit framework that adds this support. 

Unfortunately, all of the documentation is in Japanese.  And, I wasn't able to correctly embed this framework in my project.  I just ended up searching for the url manually.

Technorati Tags: , , , ,

How to embed a framework to your application [Reply]

Hi Paul,

Thank you for using OgreKit :-)
Sorry, I'm not good at English...

If you would like to embed the framework to your application, please see the section "Application Setting" in the following tutorial.
http://cocoadevcentral.com/articles/000042.php

Cheers,
isao.

Isao Sonobe | 14/03/2006, 04:45

Add comment

Topic

Text

Your name

Your email address

Your personal page (if any)




Powered by LifeType
Design by Book of Styles