-
-
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
feat: (isMobilePhone) add Cuba validation #1765
feat: (isMobilePhone) add Cuba validation #1765
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1765 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 102 102
Lines 2029 2029
Branches 457 457
=========================================
Hits 2029 2029
Continue to review full report at Codecov.
|
how to write regex for specific country, can you help me with that? |
First you must look for information about the mobile phone format for specific country. For this you can read information in Wikipedia if there is or look for some official page from that country. I hope I've helped you. |
thank you for helping me, I know what to do now.... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for PR @pasagedev
LGTM 🎉
Is your contribution related to hacktoberfest?
Yes! It's a hacktoberfest contribution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for your contrib! 🎉
Added validation for Cuba on isMobilePhone.
referred issue: #1761
Checklist