.is_email() is not a method of String + validation errors
frsechet opened this issue · 2 comments
frsechet commented
Hitting 2 issues today with .is_email()
- event.is_email() works, but "string".is_email() returns an error
- method says that "test@gmail.COM" is an invalid email, but "test@gmail.com" is valid. Both are actually valid, and the letter case should not matter