Determine Bold,Underline html text in a field
578548Jun 16 2008 — edited Jun 16 2008I need to identify html characters as well as carriage return and line feed from a varchar field .I am able to identify carriage return and line feed by using CHR(10) and CHR(13), but not able to identify bold and underline, is there any corresponding character for bold and underline.