码迷,mamicode.com
首页 > 其他好文 > 详细

Nice way for strip_tags a like

时间:2014-07-17 12:56:52      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:des   blog   io   for   cti   html   

I found this code works great as the function strip_tags in php to replace html tags from string and I just want to share it with you. Hope it benefits!

System.Text.RegularExpressions.Regex regHtml = new System.Text.RegularExpressions.Regex("<[^>]*>");
string s = regHtml.Replace(InputString,"");

Nice way for strip_tags a like,布布扣,bubuko.com

Nice way for strip_tags a like

标签:des   blog   io   for   cti   html   

原文地址:http://www.cnblogs.com/rash/p/3850221.html

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