SSamTure.net

워드프레스

[objective-c]stringByReplacingOccurrenceOfString

NSString *x = @”hello world”;
x = [x stringByReplacingOccurrenceOfString:@”world” withString:@”cheese”];

Leave a Reply

Your email address will not be published. Required fields are marked *