Hello! I need to remove from my string an html snippet that bugged, it goes like this:
e="text-align:left;"> Texto normal ...
This causes a visual error. Another error that is generating at the end of the text ex:
<p style="text-ali ...
The rest of the tag and closing were missing here, which causes more errors.
Do you have any regular expressions to remove only the (>) and (<) when they are formatted, in the case of an attempt to html markup?