Simple Regex to Remove Html tags

This is one of the simplest regex to remove html tags from some html text. I know its not the best but i’d argue that it’s one of the simplest. ;)


public static string RemoveHtml(string txt)
{
    return Regex.Replace(txt, @"<[^>]*>", "");
}

eBay© Listings Import

Finally, after several weeks of working on this, we have just released a new tool that can help you import your eBay© listings to Love2Trade free of charge.

We’ve also added a section in our FAQs that can help answer questions you might have about how it works.

If you have anything listed on eBay you owe it to yourself to check this out. It’s free, it will bring more visibility to your item(s), and it takes less than a few minutes to import hundreds of your pre-existing listings with a few clicks.

Click here to check it out!

Follow

Get every new post delivered to your Inbox.