[objc] NSString, replace

iPhone 2013. 7. 26. 12:41
- (NSString *)stringByReplacingOccurrencesOfString:(NSString *)target 
                                        withString:(NSString *)replacement


http://stackoverflow.com/questions/668228/string-replacement-in-objective-c

Posted by tenn
,