I have NSString @" (\n "Bi_ss" \n) " I want to get String @"Bi_ss "
Any one has any idea about this ? Thank you
NSString *trimmedString = [string stringByTrimmingCharactersInSet: [NSCharacterSet whitespaceAndNewlineCharacterSet]];
From Cocoanetics...
Take a look at the NSString method stringByReplacingOccurrencesOfString:withString for example, this should be able to perform the basic task you want it to do.
NSString
stringByReplacingOccurrencesOfString:withString
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
374 times
active