From 270b3d8539f6b4a991a9ebf3b3a9eceb436d61d5 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期四, 28 十月 2021 17:08:02 +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