-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isMobilePhone supports china mobile numbers beginning with 162. #1655
Labels
Comments
Thank you for reporting this! PR welcome |
Hi @tux-tn, I can create a PR for it :) |
@guoquanwei I can't recreate the bug, please give a valid and non-valid Chinese phone numbers for tests example |
Hello, I would like to give it a try, I'll submit a PR for this issue!! |
Looks like this has been resolved, it would be great if someone could close this :) |
Closed in #1695 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In Jilin, China, there are mobile phone numbers beginning with 162.
【isMobilePhone】'zh-CN': /^((+|00)86)?1([358][0-9]|4[579]|6[67]|7[0135678]|9[189])[0-9]{8}$/;
It should be 【 'zh-CN': /^((+|00)86)?1([358][0-9]|4[579]|6[267]|7[0135678]|9[189])[0-9]{8}$/ 】.
The text was updated successfully, but these errors were encountered: