Well, I always have many dificulties with regex or regular expressions, so I'm asking help with this.
I'm trying to explore the html editing capabilities of browser, but most times I got things I don't need, like this one
<div style="text-align: left;"><span style="font-size: small;"><font face="verdana"><br></font></span></div>
Can someone be so nice to provide me a regex to transform this into just <br>
?
the ideal deal was if possible to have one dealing with diferent combinations like font face could be other than verdana and the style for text-align could be center per example.
Thanks in advance.
Pluda