It starts with a <font face='monospace'> tag and ends at the end of the string.
I'm trying to formulate the code I need to accomplish this
should be something like
Code: Select all
$text =~ s/<font face='monospace'>...$//g;EDIT: if it's easier it can start at <font> and end at </font>
Thanks

