"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的常用函数

asp 删除图片与文件函数

改进一下asp自带的formatNumber函数

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

很有用的学习ASP常用到的代码第1/2页

asp 中常用的文件处理函数

asp动态级联菜单代码

精品推荐
分类导航