http://www.mphg%2F%3A.com something like that
OR
if comming output this type (manoj,kumar,yadv) and i wanna this type
manoj
Kumar
yadav
(NSString*)replace:(NSString*)string
{
NSString *str = [[[string stringByReplacingOccurrencesOfString:@"," withString:@"\n"] stringByReplacingOccurrencesOfString:@"(" withString:@""]stringByReplacingOccurrencesOfString:@")" withString:@""];
return str;
}
{
NSString *str = [[string stringByReplacingOccurrencesOfString:@"%2F" withString:@"/"] stringByReplacingOccurrencesOfString:@"%3A" withString:@":"];
}
No comments:
Post a Comment