advanced code snippet search
g0re_k on 07/06/10
cocoa xml iphone blank-spaces
07/06/10 05:30pm
3 people have marked this snippet as a favorite
umang_ninervacherensbuckner
NSString *stringSpaces = [[[NSString alloc] initWithFormat:@"%@",stringParsed]autorelease]; [stringSpaces stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]];
Report this snippet Tweet
Comment:
You need to login to post a comment.