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
The string "" is valid base64 (see first example https://tools.ietf.org/html/rfc4648#section-10) but isBase64("") returns false. This is also errorneous in the tests (see https://github.com/validatorjs/validator.js/blob/master/test/validators.js line 4755).
isBase64("")
false
Originally posted by @AberDerBart in #1239 (comment)
The text was updated successfully, but these errors were encountered:
Hi, I'll be taking this one. Thanks!
Sorry, something went wrong.
Sure, please do, thanks! and check out the conversation in #1239 too.
I have already done it, see #1419
As #1419 has been merged, I'm closing this
No branches or pull requests
The string "" is valid base64 (see first example https://tools.ietf.org/html/rfc4648#section-10) but
isBase64("")
returnsfalse
. This is also errorneous in the tests (see https://github.com/validatorjs/validator.js/blob/master/test/validators.js line 4755).Originally posted by @AberDerBart in #1239 (comment)
The text was updated successfully, but these errors were encountered: