fix(isMobilePhone): fixed pl-PL matching numbers that start with 45 by czerwony03 · Pull Request #2202 · validatorjs/validator.js
fix(isMobilePhone): Fixed matching pl-PL numbers that start with 45
Since 2016 its possible to get mobile number starting with 45 in Poland. I have changed validation regex of polish mobile numbers.
Polish mobile numbers list:
https://numeracja.uke.gov.pl/pl/plmn_tables
Checklist
- PR contains only changes related; no stray files, etc.
- README updated (where applicable)
- Tests written (where applicable)
- References provided in PR (where applicable)