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
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:
pr are welcome
Sorry, something went wrong.
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
@rubiin PR #2500
eshward95
No branches or pull requests
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: