We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you add support for italian (it-IT) phone numbers in the isMobilePhone function?
isMobilePhone
/^(\+39)? ?3\d{2} ?\d{6,7}$/
Tests:
Valid numbers: 370 3175423 333202925 +39 310 7688449 +39 3339847632 Invalid numbers: 011 7387545 12345 +45 345 6782395
The text was updated successfully, but these errors were encountered:
Added by #571.
Sorry, something went wrong.
Thank you
No branches or pull requests
Can you add support for italian (it-IT) phone numbers in the
isMobilePhone
function?/^(\+39)? ?3\d{2} ?\d{6,7}$/
Tests:
The text was updated successfully, but these errors were encountered: