码迷,mamicode.com
首页 > Web开发 > 详细

正则过滤html的标签

时间:2017-03-29 12:14:36      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:class   blog   标签   log   htm   replace   正则   let   html   

 $(‘#Text‘).find(‘br‘).remove();//移除br标签
   let content = $(‘#smsText‘).html().replace(/ /g, ‘ ‘).replace(/&/g, ‘&‘)
.replace(/<\/?[^>]*>/g,‘‘)//过滤html的标签
.replace(/&lt;/g, ‘<‘).replace(/&gt;/g, ‘>‘)

 

正则过滤html的标签

标签:class   blog   标签   log   htm   replace   正则   let   html   

原文地址:http://www.cnblogs.com/sxz2008/p/6639116.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!