NSString *test = @"d'escape";
NSLog(@"%@", [test stringByReplacingOccurrencesOfString:@"'" withString:@"\'"]);
gibt mir das aus
2010-10-25 15:10:54.833 MyApp[7136:207] d'escape
Was mache ich falsch? Ich möchte das bekommen:
2010-10-25 15:10:54.833 MyApp[7136:207] d\'escape