我希望將字符串中的電子郵件地址替換爲其他字符。它不適合我。正則表達式來替換電子郵件地址
string body = "this is a test [email protected]";
string pattern = @"\b[!#$%&'*+./0-9=?_`a-z{|}~^-][email protected][.0-9a-z-]+\.[a-z]{2,6}\b";
Regex.Replace(body, pattern, "Hidden Email Address");
return body;
任何提示將有所幫助。
您使用的語言是有用的,太。多數民衆贊成在什麼標籤... –