The Wayback Machine - https://web.archive.org/web/20211007055116/https://github.com/topics/validations
Skip to content
#

validations

Here are 177 public repositories matching this topic...

h3llrais3r
h3llrais3r commented Jun 25, 2021

Describe the bug
The isMobilePhone() validator should only validate mobile phone numbers.
Currently it seems that it also validates the local/regional fixed phone numbers.
Reference: https://en.wikipedia.org/wiki/Telephone_numbers_in_Belgium

Examples
Valid ones:

  • 0470123456
  • +32470123456
  • 32470123456

Invalid ones (but valid local/regional fixed phone numbers):

  • 02

Improve this page

Add a description, image, and links to the validations topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the validations topic, visit your repo's landing page and select "manage topics."

Learn more