for (int i=0; i
a = [a substringFromIndex:i];
[mutArrShu addObject:a];
}
for (NSString *b in mutArrShu) {
NSPredicate *emailTest = [NSPredicate predicateWithFormat:@"SELF MATCHES %@", emailRegex];
BOOL isShu = [emailTest eva luateWithObject:b];
if (isShu) {
[mutStr appendString:b];
}
}