We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
There are some emails that pass the phone validation, for example:
isMobilePhone('somethig-1552482192@gmail.com')
returns true.
true
It happens because of this regex: 'bn-BD': /\+?(88)?0?1[356789][0-9]{8}\b/,.
'bn-BD': /\+?(88)?0?1[356789][0-9]{8}\b/,
Probably it should have ^ like other phones, but I'm not sure about the format.
^
The text was updated successfully, but these errors were encountered:
Will check and revert, but a PR is also welcome.
Sorry, something went wrong.
Fixed by #1032.
No branches or pull requests
Hi!
There are some emails that pass the phone validation, for example:
returns
true
.It happens because of this regex:
'bn-BD': /\+?(88)?0?1[356789][0-9]{8}\b/,
.Probably it should have
^
like other phones, but I'm not sure about the format.The text was updated successfully, but these errors were encountered: