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
Describe the issue encountered concisely but informative.
IsValidNumber throwing error for UK valid phone number. There seems to be an issue with the regex.
Can we update the regex based on https://stackoverflow.com/a/11518538
https://regex101.com/r/IMfzkx/1
Valid Phone number like +442071234567 showing invalid
+442071234567
Include any relevant code snippets or configuration related to the bug.
isValidPhoneNumber('2071234567', 'GB')
The text was updated successfully, but these errors were encountered:
This has been resolve now so we can close this !
Sorry, something went wrong.
tarun-khanna
No branches or pull requests
Bug Summary
Describe the issue encountered concisely but informative.
IsValidNumber throwing error for UK valid phone number. There seems to be an issue with the regex.
Can we update the regex based on https://stackoverflow.com/a/11518538
https://regex101.com/r/IMfzkx/1
Valid Phone number like
+442071234567
showing invalidCode Snippet / Configuration (if applicable)
Include any relevant code snippets or configuration related to the bug.
The text was updated successfully, but these errors were encountered: