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
To support Armenia phones this line should be added to src/lib/isMobilePhone.js > phones object: 'am-AM': /^\+?374\d{8}$/,
src/lib/isMobilePhone.js
phones
'am-AM': /^\+?374\d{8}$/,
The text was updated successfully, but these errors were encountered:
feat(isMobilePhone): add support for armenia phone (#1217)
ea39867
* Add support for armenia phone * Modify regex to support other mobile carriers closes #1215
Successfully merging a pull request may close this issue.
To support Armenia phones this line should be added to
src/lib/isMobilePhone.js
>phones
object:'am-AM': /^\+?374\d{8}$/,
The text was updated successfully, but these errors were encountered: