tags:

views:

58

answers:

2

Hello Everyone, I'd like to develop an iPhone application that get's it's data from a web pages using regex applied on that web page. I was wondering if that's possible by the SDK.

Thanks

A: 

Yes it is. From my understanding RegexKit is widely used and it can be applied as a part of your project or as a static library.

vtorhonen
A: 

Do NOT parse HTML using regular expressions. Read this if you don't believe me :)

the_void
That link was amazing! Thanks
Salem Sayed