欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

asp下替換非數(shù)字為空的正則

 更新時間:2007年12月28日 16:19:55   作者:  
最近用到將字符串替換為空的函數(shù),上網(wǎng)搜了一下這個簡單的東西,網(wǎng)上沒有,于是自己寫個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

相關文章

最新評論