Skip to content Skip to sidebar Skip to footer

How To Convert Html Tags To Plain Text In IPhone

I have webservice response like this. NSString *str= @'Slight left onto Adelaide Rd/B509
Continue to follow

Solution 1:

You can use NSScanner class to parse the HTML.

Have a look at this post: How to convert NSString HTML markup to plain text NSString?


Post a Comment for "How To Convert Html Tags To Plain Text In IPhone"