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
I would like to ask you include the "pt-BR" locale on isAlphaNumeric. The pt-PT can be used as a basis, as far as I know there are no differences.
The text was updated successfully, but these errors were encountered:
Happy to accept a PR. Have a look at https://github.com/chriso/validator.js/blob/master/lib/alpha.js to see how you can setup a locale alias:
alpha['pt-BR'] = alpha['pt-PT']; alphanumeric['pt-BR'] = alphanumeric['pt-PT'];
Sorry, something went wrong.
Added in 7d0bee5.
No branches or pull requests
I would like to ask you include the "pt-BR" locale on isAlphaNumeric. The pt-PT can be used as a basis, as far as I know there are no differences.
The text was updated successfully, but these errors were encountered: