Closed
Description
Hi @chriso .
I tried validator with number phone on VietNam with locate code vi-VN
. But Number Mobile Phone changed on VietNam. With start number phone 08
so isMobilePhone
not working with number phone "0868891902"
. You can help to check Regex of isMobilePhone.
Example:
validator.isMobilePhone("0868891902", "vi-VN")
--> false
validator.isMobilePhone("01646545327", "vi-VN")
--> true
Thanks You 👍