From 58be22fc23e60b270dac937345092af44a516119 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 15 十一月 2021 17:56:12 +0800
Subject: [PATCH] 清空缓存功能
---
HDL_ON/Common/Utlis.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/HDL_ON/Common/Utlis.cs b/HDL_ON/Common/Utlis.cs
index 37e1aa8..13a4af0 100644
--- a/HDL_ON/Common/Utlis.cs
+++ b/HDL_ON/Common/Utlis.cs
@@ -61,8 +61,10 @@
public static string PhoneForForeignRegexStr = "^[0-9]*$";
/// <summary>
/// 鐢ㄤ簬楠岃瘉閭姝e垯琛ㄨ揪寮�
+ /// 2021-10-21 11:07:44 鍚屾浜戠姝e垯鏍煎紡 --wxr
/// </summary>
- public static string EmailRegexStr = "^\\s*([A-Za-z0-9_-]+(\\.\\w+)*@(\\w+\\.)+\\w{2,5})\\s*$";
+ public static string EmailRegexStr = "^[a-zA-Z0-9_.-]+@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*\\.[a-zA-Z0-9]{2,6}$";
+ //public static string EmailRegexStr = "^\\s*([A-Za-z0-9_-]+(\\.\\w+)*@(\\w+\\.)+\\w{2,5})\\s*$";
/// <summary>
/// 鍒ゆ柇鏄惁鍖呭惈澶у啓瀛楁瘝
--
Gitblit v1.8.0