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

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

asp 中英文字符长度检测判断函数

asp防止网页刷新代码

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

收集asp的常用函数

asp 过滤简单html代码程序

ASP 中Split 函数的实例

asp的一个日期格式化函数

asp之字符串操作函数

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

精品推荐
分类导航