"re.global=truea=strOutT..." />
 手机
当前位置:查字典教程网 >编程开发 >ASP教程 >asp 去掉html中的table正则代码函数
asp 去掉html中的table正则代码函数
摘要:'去掉html中的table代码FunctionOutTable(str)dima,resetre=newRegExpre.pattern=...

'去掉html中的table代码

Function OutTable(str)

dim a,re

set re=new RegExp

re.pattern="<[^>]+()>"

re.global=true

a=str

OutTable=re.replace(a,"")

End Function

【asp 去掉html中的table正则代码函数】相关文章:

asp的一个日期格式化函数

asp 删除图片与文件函数

asp最常用的分页函数

asp中的Rnd 函数

asp中FSO复制文件代码

asp控件和html控件的概念区别

将首页转成静态html页的asp文件

asp 文件上传aspjpeg组件上传文件

asp 简单ubb代码转换程序

asp中实现随机分组程序的代码

精品推荐
分类导航