|
Regular Expression Help
I need to remove style content code from within <td> tags on hundreds of html pages. I figure the easiest way to do this would be a regular expression and a text editor.
So, anyone here know how to write a regular expression to turn this...
<td height="15" class="xl24" style="height:11.25pt">
Into this...
<td>
Thanks
|