_phoneNumber = [strNumber stringByReplacingOccurrencesOfString:@"[^0-9]"
withString:@""
options:NSRegularExpressionSearch
range:NSMakeRange(0, [strNumber length])];
沒有留言:
張貼留言