完美替换html代码
更新时间:2006年10月11日 00:00:00 作者:
<[a-zA-Z][^>]*\son\w+=(\w+|'[^']*'|""[^""]*"")[^>]*>
<[^>]*>
Source= SRegExp.Replace(Source,"")
SRegExp.Pattern="<"
Source= SRegExp.Replace(Source,"<")
<[^>]*>
Source= SRegExp.Replace(Source,"")
SRegExp.Pattern="<"
Source= SRegExp.Replace(Source,"<")
相关文章
javascript用正则表达式把1234567890替换为abcdefghij
javascript用正则表达式把1234567890替换为abcdefghij...2007-06-06


最新评论