The following regular expression isn\'t working for international phone numbers that can allow up to 15 digits:
^[a-zA-Z0-9-().\\s]{10,15}$
W
See A comprehensive regex for phone number validation and Is there a standard for storing normalized phone numbers in a database?