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 bug Cyprus mobile phone numbers are not validated correctly.
the current validation only counts numbers in this format +357 96xxxxxx and +357 99xxxxxx to be valid.
+357 96xxxxxx
+357 99xxxxxx
Examples
+357 95 72 4007
Reproductions
Additional context Validator.js version: 13.12.0
The text was updated successfully, but these errors were encountered:
Merge pull request #1 from rezk2ll/validatorjs#2513
053ba05
🐛 fix(isMobilePhone): fix Cyprus mobile phone numbers validation
Successfully merging a pull request may close this issue.
Describe the bug
Cyprus mobile phone numbers are not validated correctly.
the current validation only counts numbers in this format
+357 96xxxxxx
and+357 99xxxxxx
to be valid.Examples
+357 95 72 4007
is a valid phone number but not validated correctly.Reproductions
+357 96xxxxxx
and+357 99xxxxxx
:+357 95 72 4007
Additional context
Validator.js version: 13.12.0
The text was updated successfully, but these errors were encountered: