當前位置:首頁 > 建站常識 > 列表

過濾所有HTML代碼 和(hé)空格換行正則表達式

點擊:時(shí)間:2017/7/21關鍵詞:上海網頁設計 上海網站制作 正則表達式
Function RemoveHTML(strHTML)Dim objRegExp, Match, MatchesSet objRegExp = New RegexpobjRegExp.IgnoreCase = TrueobjRegExp.Global =
過濾所有HTML代碼 和(hé)空格換行正則表達式

Function RemoveHTML(strHTML)

Dim objRegExp, Match, Matches

Set objRegExp = New Regexp

objRegExp.IgnoreCase = True

objRegExp.Global = True

objRegExp.Pattern = "<.+?>"

'objRegExp.Pattern = "(\r|
|\r
| |\t| )"

Set Matches = objRegExp.Execute(strHTML)

For Each Match in Matches

strHtml=Replace(strHTML,Match.Value,"")

Next

objRegExp.Pattern = "(\r|
|\r
| |\t| )"

Set Matches = objRegExp.Execute(strHTML)

For Each Match in Matches

strHtml=Replace(strHTML,Match.Value,"")

Next

RemoveHTML=strHTML

Set objRegExp = Nothing

End Function

預約建站
免費提供網站優化(huà)
領取關鍵詞