首页 > 学院 > 开发设计 > 正文

Nicewayforstrip_tagsalike

2019-11-14 16:34:15
字体:
来源:转载
供稿:网友

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,"");

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表