Page 1 of 1

Regex to search and replace

Posted: Fri Mar 30, 2012 10:39 am
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