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
Fiji has a phone number format as +679 xxx yyyy (wikipedia). The dialing format was changed in 2002 from six to seven digits.
It looks like this regex /^(\+?679)?\s?\d{3}\s?\d{4}$/ would fix an issue.
/^(\+?679)?\s?\d{3}\s?\d{4}$/
The text was updated successfully, but these errors were encountered:
validatorjs#990. Fix for Fiji mobile phones format validation.
660e253
I see you have the work already on your branch, please do the PR! 👍
Sorry, something went wrong.
#990. Clean up PR #991 (#1052)
f3f4070
* #990. Fix for Fiji mobile phones format validation. * chore: tests and update readme for Fiji isMobile fix closes #991
No branches or pull requests
Fiji has a phone number format as +679 xxx yyyy (wikipedia). The dialing format was changed in 2002 from six to seven digits.
It looks like this regex
/^(\+?679)?\s?\d{3}\s?\d{4}$/
would fix an issue.The text was updated successfully, but these errors were encountered: