validator.js icon indicating copy to clipboard operation
validator.js copied to clipboard

feat(isMobilePhone): add Iceland phone validation and tests

Open jonreiland opened this issue 10 months ago • 2 comments

A Regex validator has been added to /src/lib/isMobilePhone.js for Icelandic phone numbers, and added tests to /test/validators.test.js

I used this Wikipedia article as a reference, particularly the table included in the article which shows which numbers are valid for mobile phone numbers.

Checklist

  • [x] PR contains only changes related; no stray files, etc.
  • [x] README updated (where applicable)
  • [x] Tests written (where applicable)
  • [x] References provided in PR (where applicable)

jonreiland avatar Feb 08 '25 03:02 jonreiland

@evanbechtol Thanks for the review!

jonreiland avatar Feb 10 '25 14:02 jonreiland

any updates?

zispidd avatar Oct 07 '25 15:10 zispidd