主页 > 知识库 > 好东西,老外用正则表达式写的HTML分离函数

好东西,老外用正则表达式写的HTML分离函数

热门标签:福建微码电话机器人 外呼系统api对接 平凉高德地图标注商户要收费吗 地图标注与公司业务关系 提高电话机器人接通率 广西智能外呼系统多少钱 销售电销机器人诈骗 大学校门地图标注 荆州智能电销机器人
存成.asp文件,执行,你用ASPHTTP抓内容的时候用这个很爽,当然自己要改进一下了

%
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 and >
  strOutput = Replace(strOutput, "", "")
  strOutput = Replace(strOutput, ">", ">")

  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 %>

标签:邯郸 德阳 黔东 内江 娄底 海南 衡阳 乐山

巨人网络通讯声明:本文标题《好东西,老外用正则表达式写的HTML分离函数》,本文关键词  好东西,老,外用,正则,表达式,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《好东西,老外用正则表达式写的HTML分离函数》相关的同类信息!
  • 本页收集关于好东西,老外用正则表达式写的HTML分离函数的相关信息资讯供网民参考!
  • 推荐文章