View Single Post
Old 12-15-2005, 03:01 PM  
nibbi
Confirmed User
 
Join Date: Sep 2002
Location: Nashville, TN
Posts: 104
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
__________________
http://www.xRag.com
nibbi is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote