Hi,
I would like to reduce the number of spaces between two words in a NSString (Objective-C/iPhone dev) to only one. Do you know some method that could do that ?
Exemple :
Before cleaning : "Hi, my name is Tom."
After cleaning : "Hi, my name is Tom."
Thanks