Posted on September 30, 2008 by ash
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, @"<[^>]*>", "");
}
Filed under: Technical | Tagged: .net, html, regex, tags, xml | 2 Comments »
Posted on September 28, 2008 by ash
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 [...]
Filed under: Love2Trade News | Tagged: barter, buy, classifieds, ebay, free, import, new, sell, trade | Leave a Comment »