Remove script Tags from string 29-12-2015 11:51:46 C# / Regular Expressions 0 Bookmark(s) 494 View(s) Regex stripScriptTags = new Regex(@""); var output = stripScriptTags.Replace(input, "");