結果 string Replace 功能是 case-sensitive, 也就是大小寫有別
查了一下 發現可以用 RegExp.Replace 來處理
return Regex.Replace(strInput, keyword,
"<span class='highlight'>$0</span>", RegexOptions.IgnoreCase);
其中 $0 就是原來要取代的文字
return Regex.Replace(strInput, keyword,
"<span class='highlight'>$0</span>", RegexOptions.IgnoreCase);
*Nickname: | |
E-mail: | |
Blog URL: | |
#Nickname#
2012/10/25 下午 02:48:16
#CommentContent#
|
|
*請輸入驗證碼: | 看不懂,換張圖 |