I need to validate an international phone number.
I know its difficult to validate an international phone number, so I\'m going to keep it simple:
+
NSString *phoneRegex = @"^((\\+)|(00))[0-9]{6,14}|[0-9]{6,14}$";
This is tested RegularExpression This will accept with country code OR without country code