Regex to search and replace

A place to try and solve your RegEx problems.
Post Reply
patrmich
Posts: 18
Joined: Fri Jul 01, 2011 9:01 am

Regex to search and replace

Post by patrmich »

Hi,

I have a directory of html files

In some files are expressions of the following kind :
<td height="xxx">
where xxx van vary from 1 to 999

I would like to use a Regex to replace
<td height="xxx">
by
<td style="height:xxxpx">

Does anyone know what Regex can do this with Text Crawler ?

Thank you in advance for any help in this matter.

Patrick
Post Reply