output = System.Text.RegularExpressions.Regex.Replace(output, "(?s).*/th>(.*?)<tr class=""summaryrow"">", "$1") + "<end>"
I already forget what it's supposed to do. How can regular expression never finish?
What does it try to accomplish? Perhaps I can replace that with strReplace