CSML-by-Clevy/csml-engine

.is_email() is not a method of String + validation errors

frsechet opened this issue · 2 comments

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

#242 only addresses the validation part :-)

#243 closes everything!