IOS How to remove whitespace in a string

NSString *newString = [myString stringByReplacingOccurrencesOfString:@" " 
                                                            withString:@""];

Comments

Popular posts from this blog

AWS Lambda – Function in Go

AWS Lambda – Function in Java

PostgreSQL - UPDATE Query