NSCharacterSet *set=[NSCharacterSet charaterSetWithCharactersInString:@"~"];
string=[[string componentsSeperatedByCharacterInSet:set]componentsJoinedByString:@""];
string=[[string componentsSeperatedByCharacterInSet:set]componentsJoinedByString:@""];
Sign up here with your email
1 comments:
Write commentsresponseData = [responseData stringByReplacingOccurrencesOfString:@"\\" withString:@""];
ReplyConversionConversion EmoticonEmoticon