[iOS] objective-c string replace
NSString *str = @”This is a string”;
str = [str stringByReplacingOccurrencesOfString:@”string” withString:@”duck”];
출처 : https://stackoverflow.com/questions/668228/string-replacement-in-objective-c
당신의 업무력 향상과 칼퇴를 돕는 블로그
[iOS] objective-c string replace
NSString *str = @”This is a string”;
str = [str stringByReplacingOccurrencesOfString:@”string” withString:@”duck”];
출처 : https://stackoverflow.com/questions/668228/string-replacement-in-objective-c