"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正则代码函数】相关文章:

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

asp 全面安全数据连接代码

asp 分页 上一页 下一页代码

asp防止网页刷新代码

ASP 中Split 函数的实例

asp之字符串操作函数

MSXML4.0 版中的新增功能

asp中正则表达式过滤html代码函数

asp最常用的分页函数

FileSystem对象常用的文件操作函数有哪些?

精品推荐
分类导航