Regular Expression for finding font-style in html style
- by merdurian
Any idea how to find and replace the HTML font-size in style attribute?
eg. <span style="font-size:12px">hello world</span>
I would like to remove all font-size using javascript.
Thank you