string title = "<b> Hulk Hogan's Celebrity Championship Wrestling <font color=\"#228b22\">[Proj # 206010]</font></b> (Reality Series, )".Replace(" ", string.Empty);
string strfinal = Regex.Replace(title, "<.*?>", String.Empty);
Console.WriteLine(strfinal );
No comments:
Post a Comment