Hi Guys!
I'm working on an app of mine, but i came across a problem i find pretty hard to bite. Inside a NSString i'll have a pretty long html code, and i'd like to pull out of that string, substrings that are contained inside certain tags. So for example i'd like to get what's inside <font><b> and </b></font> tags.
There'll be couple of lines containing these tags so i'll need this solution to run inside a loop.
Any help will be greatly appreciated.
greetings
peter
I'm working on an app of mine, but i came across a problem i find pretty hard to bite. Inside a NSString i'll have a pretty long html code, and i'd like to pull out of that string, substrings that are contained inside certain tags. So for example i'd like to get what's inside <font><b> and </b></font> tags.
There'll be couple of lines containing these tags so i'll need this solution to run inside a loop.
Any help will be greatly appreciated.
greetings
peter