Checks if string is email. 检查字符串是否为email文件
static bool isEmail(String s) => RegexUtils.hasMatch(s, RegexConstants.email);