\<td height\=\"344\" bgcolor\=\"\#000024\" width\=\"699\" bordercolor\=\"\#000024\" rowspan\=\"2\"\>
with this one:
\<td height\=\"344\" bgcolor\=\"*\" width\=\"728\" bordercolor\=\"*\" rowspan\=\"\2\"\>
Problem is, I need this across multiple files, so I need to be able to change the td height and width to just a three character match, and leave the actual numbers alone.
I've tried changing to \d\d\d for the 3 characters, and some other stuff, but it's not working. Any and all comments or help greatly appreciated!!
Will this leave that namespace unaltered? I mean, I need to replace the parts of the string with the color, and leave the rest along. And since some of the files are different size tables, etc. I need to preserve the formatting.
I'll give that a shot. I will need to match the \d{3}\ 3 digits, and replace them with the same three digits. So put this in on the find and replace strings?