str = System.Text.RegularExpressions.Regex.Replace(str,"(&#)","<I>$1</I>",System.Text.RegularExpressions.RegexOptions.IgnoreCase);
str = System.Text.RegularExpressions.Regex.Replace(str,"(javascript)","<I>$1</I>",System.Text.RegularExpressions.RegexOptions.IgnoreCase);....................