check if the string str is an email
str
bool isEmail(String str) { return _email.hasMatch(str.toLowerCase()); }