判断邮箱地址格式
bool isEmail({String? pattern}) { return _odinRegexString(EnumRegexType.email,pattern: pattern); }