You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have an email joemartí[email protected] which is indeed a valid email address. But MailChecker.isValid("joemartí[email protected]") returns false for this because the regex that you're using doesn't match this
The text was updated successfully, but these errors were encountered:
we have an email
joemartí[email protected]
which is indeed a valid email address. ButMailChecker.isValid("joemartí[email protected]")
returnsfalse
for this because the regex that you're using doesn't match thisThe text was updated successfully, but these errors were encountered: