asp去除html标记与空格的正则_正则表达式教程-查字典教程网
asp去除html标记与空格的正则
asp去除html标记与空格的正则
发布时间:2016-12-29 来源:查字典编辑
摘要:functionnohtml(str)dimreSetre=newRegExpre.IgnoreCase=truere.Global=Tru...

functionnohtml(str)

dimre

Setre=newRegExp

re.IgnoreCase=true

re.Global=True

re.Pattern="(<.[^<]*>)"

str=re.replace(str,"")

re.Pattern="(</[^<]*>)"

str=re.replace(str,"")

str=replace(str,"","")

str=replace(str,"","")

nohtml=str

setre=nothing

endfunction

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新正则表达式学习
    热门正则表达式学习
    编程开发子分类