忽略大小写的字符串替换(Replace)

str=Regex.Replace(str,LastResult[i],"<font color=Red>" + LastResult[i] + "</font>",RegexOptions.IgnoreCase);
原文地址:https://www.cnblogs.com/lijingpeng/p/2476298.html