完美替换html代码
摘要:]*sonw+=(w+|'[^']*'|""[^""]*"")[^>]*>]*>Source=SRegExp.Replace(Source,...
<[a-zA-Z][^>]*sonw+=(w+|'[^']*'|""[^""]*"")[^>]*>
<[^>]*>
Source=SRegExp.Replace(Source,"")
SRegExp.Pattern="<"
Source=SRegExp.Replace(Source,"<")
【完美替换html代码】相关文章:
★ asp去掉html,保留img br p div的正则实现代码
★ js正则查找match()与替换replace()用法实例