How to remove all of the html whitespace/newlines of a NSString
- by Kyriakos Leivadas
i've got a problem and i hope someone can solve it.
I parsed some html to a nsstring and im trying to trim all of the characters and keep some specific words.
The problem is that i trimmed all the characters from the nsstring that i didnt want but the weird thing is that i cant get rid of all the whitespace.
i used all the techniques i read from…