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

NZ Mobiles REGEX needs to accept 02 and 08 numbers #859

Closed
wubies opened this issue Jul 2, 2018 · 1 comment
Closed

NZ Mobiles REGEX needs to accept 02 and 08 numbers #859

wubies opened this issue Jul 2, 2018 · 1 comment

Comments

@wubies
Copy link

wubies commented Jul 2, 2018

Some Spark M2M sims are being released on the 08 range.

Suggest updating the regex from
/^(\+?64|0)2\d{7,9}$/
to
/^(\+?64|0)[28]\d{7,9}$/

@validatorjs validatorjs deleted a comment from abdourahimjallow Jul 31, 2018
@chriso chriso closed this as completed in bedce99 Jul 31, 2018
@chriso
Copy link
Collaborator

chriso commented Jul 31, 2018

Thanks for the report.

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

No branches or pull requests

2 participants