email-validator icon indicating copy to clipboard operation
email-validator copied to clipboard

Invalid email addresses with space then underscore not being detected

Open joshbmarshall opened this issue 4 years ago • 0 comments

I have found that having a space then underscore, the regex doesn't see it as invalid. For example frank [email protected] is valid according to this library. I note that frank_ [email protected] is not valid so it's more than just looking for a space. Pull request #8 fixes this issue. Please merge and release a new version, thanks!

joshbmarshall avatar Apr 05 '22 02:04 joshbmarshall