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
z.string().email() fails with emails that contain an exclamation mark (!) e.g.
z.string().email()
!
a!test@googlecalender.com
(This happened to me after upgrading from 3.21.4 to 3.22.0.)
3.21.4
3.22.0
The text was updated successfully, but these errors were encountered:
I noticed this as well, in fact I had a test that used to validate with the email:
'test.and!#$%&*+-/=?^_`{|}~.stuff@example.com'
that now fails.
Sorry, something went wrong.
See #2157
Successfully merging a pull request may close this issue.
z.string().email()
fails with emails that contain an exclamation mark (!
) e.g.a!test@googlecalender.com
(This happened to me after upgrading from
3.21.4
to3.22.0
.)The text was updated successfully, but these errors were encountered: