主頁 > 知識庫 > 用正則表達式過濾html代碼

用正則表達式過濾html代碼

熱門標(biāo)簽:荊州智能電銷機器人 平?jīng)龈叩碌貓D標(biāo)注商戶要收費嗎 提高電話機器人接通率 地圖標(biāo)注與公司業(yè)務(wù)關(guān)系 廣西智能外呼系統(tǒng)多少錢 大學(xué)校門地圖標(biāo)注 福建微碼電話機器人 外呼系統(tǒng)api對接 銷售電銷機器人詐騙

代碼例子如下:
%
Option Explicit

Function stripHTML(strHTML)
'Strips the HTML tags from strHTML

 Dim objRegExp, strOutput
 Set objRegExp = New Regexp

 objRegExp.IgnoreCase = True
 objRegExp.Global = True
 objRegExp.Pattern = ".+?>"

 'Replace all HTML tag matches with the empty string
 strOutput = objRegExp.Replace(strHTML, "")

 'Replace all and > with lt; and gt;
 strOutput = Replace(strOutput, "", "lt;")
 strOutput = Replace(strOutput, ">", "gt;")

 stripHTML = strOutput 'Return the value of strOutput

 Set objRegExp = Nothing
End Function
%>

form method="post" id=form1 name=form1>
 b>Enter an HTML String:/b>br>
 textarea name="txtHTML" cols="50" rows="8" wrap="virtual">%=Request("txtHTML")%>/textarea>
 p>
 input type="submit" value="Strip HTML Tags!" id=submit1 name=submit1>
/form>

% if Len(Request("txtHTML")) > 0 then %>
 p>hr>p>
 b>u>View of string i>with no/i> HTML stripping:/u>/b>br>
 xmp>
 %=Request("txtHTML")%>
 /xmp>p>
 b>u>View of string i>with/i> HTML stripping:/u>/b>br>
 pre>
 %=StripHTML(Request("txtHTML"))%>
 /pre>
% End If %>

標(biāo)簽:衡陽 內(nèi)江 海南 樂山 邯鄲 德陽 婁底 黔東

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《用正則表達式過濾html代碼》,本文關(guān)鍵詞  用,正則,表達式,過濾,html,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《用正則表達式過濾html代碼》相關(guān)的同類信息!
  • 本頁收集關(guān)于用正則表達式過濾html代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章