inputText
=
Regex.Replace(inputText,
"
onclick=\\\
"
[
^
\
"
]*\\\
"
{
1
}
"
,
""
);
^取反 即不在此范围内的
* 重复次数
详细教程
http://www.unibetter.com/deerchao/zhengzhe-biaodashi-jiaocheng-se.htm
转载于:https://www.cnblogs.com/lgx-net/archive/2006/11/13/559253.html