-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
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
Missing validation for Macedonian phone numbers #2497
Labels
Comments
pr are welcome |
not exactly sure which file should be modified? could you point it out please? @rubiin |
you can check this PR https://github.com/validatorjs/validator.js/pull/2395/files to see the files you need to change , also the necessary changes |
Can you assign this to me working on the fix for this @rubiin |
4 tasks
Can we close this issue since #2500 was merged? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Explanation
validator.isMobilePhone cannot validate a good (valid) Macedonian phone number.
The macedonian number starts with +389, and is followed by 8 digits, or if written with national prefix (0), it will be 9 digits in length.
Additional context
Validator.js version: v.13.11.0
Node.js version: v23.1.0
The text was updated successfully, but these errors were encountered: