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