游子日月长

笑渐不闻声渐悄,多情却被无情恼!

导航

js正则表达使用实例

(1)替换掉htmlStr中所有的<font..>和</font>

var htmlstr='<font color="#fff">ABC</font><p>dfd</p><font color="#fff">EFG</font>';
alert(htmlstr.replace(/<[^<>]*?font[^<>]*?>/gi,""));

 

posted on 2016-11-15 21:39  游子日月长  阅读(130)  评论(0编辑  收藏  举报