I am working on a script that loads data from a file and displays it with bold, highlighted etc. text.
The text looks something like this "This is <b>bold</b> text and this is <c=FF0000>red<c> text"
So how exactly would I go about doing this. (maybe some StringRegExp() magic)
NOTE: I want to loa...