易网时代-编程资源站
Welcome
首页
/
正则表达式
/
asp下替换非数字为空的正则
function replacestr(str)
dim re
set re=new regexp
re.ignorecase=true
re.global=true
re.pattern="D"
str=re.replace(str,"")
replacestr=str
set re=nothing
end function
版权所有©石家庄振强科技有限公司2024
冀ICP备08103738号-5
网站地图