Regular Expression Noobie - Search/Replace
Posted: Thu Sep 02, 2010 12:56 pm
I have 200+ files that have the following line:
<v:imagedata src=3D"CB2010-08BrowserPerformanceImprovement_files/image001.=
jpg"
o:title=3D"newcomplogo"/>
I need to replace the src attribute from what it currently is (different in each file) to:
src=3D"http://mycompany.com/logo.jpg"
I've got Textpad configured to use POSIX Regular Expression
<v:imagedata src=3D"CB2010-08BrowserPerformanceImprovement_files/image001.=
jpg"
o:title=3D"newcomplogo"/>
I need to replace the src attribute from what it currently is (different in each file) to:
src=3D"http://mycompany.com/logo.jpg"
I've got Textpad configured to use POSIX Regular Expression