So say I had a rich text string that went
Text = '<font color = "#000000"> Hi </font>'
This works fine, but when you try to reference the text by printing it, it doesnt spit out “Hi”, it spits out Hi along with the tags. Is there a way to get the actual text or do you have to use string.sub and get it yourself?