熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

C#使用正則表達式去除html標記

2022-06-13   來源: .NET編程 

  C#使用正則表達式去除html標記:

  using  SystemTextRegularExpressions;

  string  strHtml  =  @"

  帶有HTML標記的字符";

  Regex  regex  =  new  Regex(&quot;<+?>&quot;  RegexOptionsIgnoreCase);

  string  str  =  regexReplace(str  &quot;&quot;);

  ConsoleWriteLine(strReplace(&quot;&amp;nbsp;&quot;  &quot;  ));


From:http://tw.wingwit.com/Article/program/net/201311/11577.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.