Search found 2 matches

by layne0
Fri Sep 03, 2010 12:18 pm
Forum: General
Topic: Regular Expression Noobie - Search/Replace
Replies: 2
Views: 366

I don't think the reason the "3D" is in the string has anything to do with the question I asked. This is an mht file generated by a MS Office document. I don't know why it's there - and don't really care.

Anyway, I figured it out -
src=3D*.*jpg"
by layne0
Thu Sep 02, 2010 12:56 pm
Forum: General
Topic: Regular Expression Noobie - Search/Replace
Replies: 2
Views: 366

Regular Expression Noobie - Search/Replace

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 ...