NSString *myString = @"A B C D E F G";
I want to remove the spaces, so the new string would be "ABCDEFG".
See Question&Answers more detail:osNSString *myString = @"A B C D E F G";
I want to remove the spaces, so the new string would be "ABCDEFG".
See Question&Answers more detail:os