Welcome

首页 / 正则表达式 / 匹配Html多行注释的正则表达式

匹配Html多行注释的正则表达式

Regex.Replace("<!--(.|[\r\n])*?-->",string.Empty)