string plainbody = Editor1.PlainTextWithLinefeeds + endtagtxt;
string stripped = Regex.Replace(plainbody,@"<(.|\n)*?>",string.Empty);