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
isValidEmail() returns true for invalid emails with valid chars like [email protected].
Improve regex to check whether ., - are in end of the word and also whether next to another special char.
The text was updated successfully, but these errors were encountered:
isValidEmail() returns
true
for invalid emails with valid chars like[email protected].
Improve regex to check whether
.
,-
are in end of the word and also whether next to another special char.The text was updated successfully, but these errors were encountered: