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
Trying to validate e.g. a 5MB base64-encoded image using the byte validator produces
byte
RangeError: Maximum call stack size exceeded at RegExp.test (<anonymous>)
Maybe there are other, non-regex based approaches available for validating base64 strings?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to validate e.g. a 5MB base64-encoded image using the
byte
validator producesMaybe there are other, non-regex based approaches available for validating base64 strings?
The text was updated successfully, but these errors were encountered: