Checks whether a string has an email address format
the email address to do check on
assert(isEmail("hello@example.com")); assert(!isEmail("nah!"));
See Implementation
Checks whether a string has an email address format