The performance of the Regex.Replace Method!

Source: Internet
Author: User
Keywords nbsp; article here script
Tags archive code how to html http listing replace script

There are a lot of articles about removing HTML tags in the garden. A common experience is to use the Regex.Replace method to replace the positive. Here is an article using this method how to remove HTML tags in C #. Below I post the code for the method, see Code Listing 1-1

Code Listing 1-1 references http://www.cnblogs.com/zoupeiyang/archive/2009/06/22/1508039.html

///
Remove HTML tags
///
including HTML source code
Text that has been removed
public static string Replacehtmltag (String htmlstring)
{
Delete Script
htmlstring = Htmlstring.replace ("\ r \ n", "");
htmlstring = Regex.Replace (htmlstring, @ "", "", regexoptions.ignorecase);
htmlstring = Regex.Replace (htmlstring, @ "
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.