Skip to content
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

Fiji mobile phone validation #990

Closed
luckyluck opened this issue Feb 28, 2019 · 1 comment
Closed

Fiji mobile phone validation #990

luckyluck opened this issue Feb 28, 2019 · 1 comment

Comments

@luckyluck
Copy link

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.

luckyluck added a commit to luckyluck/validator.js that referenced this issue Feb 28, 2019
@profnandaa
Copy link
Member

I see you have the work already on your branch, please do the PR! 👍

profnandaa pushed a commit that referenced this issue Jul 1, 2019
* #990. Fix for Fiji mobile phones format validation.

* chore: tests and update readme for Fiji isMobile fix

closes #991
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants