Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Latest commit

 

History

History
86 lines (79 loc) · 1.08 KB

mobile-phone.md

File metadata and controls

86 lines (79 loc) · 1.08 KB

MobilePhone

Validates if the given input is a mobile phone.

Valid values:

validator.mobilePhone('pt-BR').validate('55-17-3332-2155');
validator.mobilePhone('en-GB').validate('447789345856');
validator.mobilePhone('en-US').validate('19876543210');
validator.mobilePhone('pl-PL').validate('+48 56 6572724');

Invalid values:

validator.mobilePhone('pt-BR').validate('+55012962308');
validator.mobilePhone('en-GB').validate('077389f8688');
validator.mobilePhone('en-US').validate('1437439210');
validator.mobilePhone('pl-PL').validate('3454535');

The current supported services are:

  • ar-AE
  • ar-DZ
  • ar-EG
  • ar-JO
  • ar-SA
  • ar-SY
  • be-BY
  • bg-BG
  • cs-CZ
  • da-DK
  • de-DE
  • el-GR
  • en-AU
  • en-CA
  • en-GB
  • en-HK
  • en-IN
  • en-KE
  • en-NG
  • en-NZ
  • en-PK
  • en-RW
  • en-SG
  • en-TZ
  • en-UG
  • en-US
  • en-ZA
  • en-ZM
  • es-ES
  • et-EE
  • fa-IR
  • fi-FI
  • fo-FO
  • fr-BE
  • fr-FR
  • he-IL
  • hu-HU
  • id-ID
  • it-IT
  • ja-JP
  • kk-KZ
  • kl-GL
  • ko-KR
  • lt-LT
  • ms-MY
  • nb-NO
  • nl-BE
  • nn-NO
  • pl-PL
  • pt-BR
  • pt-PT
  • ro-RO
  • ru-RU
  • sk-SK
  • sr-RS
  • th-TH
  • tr-TR
  • uk-UA
  • vi-VN
  • zh-CN
  • zh-HK
  • zh-TW