제목을 출력해야 할때 html이 나오면 당황스럽죠. public static string StripHTML(string HTMLText) { Regex reg = new Regex("]+>", RegexOptions.IgnoreCase); return reg.Replace(HTMLText, ""); } 출처 : http://stackoverflow.com/questions/731649/how-can-i-convert-html-to-text-in-c |^b]*> : b 태그만 빼고@"^\s*$\n" : 줄바꿈 제거 System.Text.RegularExpressions.RegexOptions.Multiline);