public static string Replace(string oldStr)
{
if (string.IsNullOrEmpty(oldStr))
{
return \"\";
}
string str2 = Regex.Replace(oldStr, @\"[\\[\\+\\\\\\|\\(\\)\\^\\*\\\"\"\\]\'%~#-&]\", delegate(Match match)
{
if (match.Value == \"\'\")
{
return \"\'\'\";
}
else
{
return \"[\" + match.Value + \"]\";
}
});
return str2;
}
本文地址:https://www.stayed.cn/item/20401
转载请注明出处。
本站部分内容来源于网络,如侵犯到您的权益,请 联系我