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
These validations are important:
The text was updated successfully, but these errors were encountered:
Could be implemented using the combinations of is.under or is.above with is.equal (in case of equality)
is.under
is.above
is.equal
Sorry, something went wrong.
How would you use if you want to validate a password that is greater than 6 and less than 255 characters?
const is = require('is_js'); const password = 'abcde';
No branches or pull requests
These validations are important:
The text was updated successfully, but these errors were encountered: