Question
Is it possible to replace HTML tags?
Say I have <span style = "font-weight:bold>Some text </span>. Is it possilbe to replace it with <i>Some text</i>? Would ReReplace accomplish this? There could possibly be multiple occurrances in the string.
