Also, if I have text in replies that is surrounded by font size tags and I want to remove the font size tags without disturbing the text, and the text can be anything and all different, how would I go about doing this? Is there a wildcard that can be used and will it work for any character length between the two font size tags?
UPDATE FORUM_REPLY SET R_MESSAGE=REPLACE(R_MESSAGE,'[size=l]don't want this effected[/size=l]','')
(Want to remove only the red font size tags shown above.)<