Search found 3 matches

by jpirog
Thu Feb 25, 2010 8:15 pm
Forum: Advanced Find and Replace
Topic: Help with regular expressions
Replies: 4
Views: 22830

Re: Help with regular expressions

Thanks :) Works like a charm.
by jpirog
Thu Feb 25, 2010 6:12 pm
Forum: Advanced Find and Replace
Topic: Help with regular expressions
Replies: 4
Views: 22830

Re: Help with regular expressions

I don't want to rename any of the files actually. See below for the file names.

I want to add this:


<a href="Michigan/MOV***.flv">

<strong>MOV***.flv</strong>
</a>

and it would look like this for example:


<a href="Michigan/MOV0F5.flv">

<strong>MOV0F5.flv</strong>
</a>

to all of the ...
by jpirog
Thu Feb 25, 2010 2:12 pm
Forum: Advanced Find and Replace
Topic: Help with regular expressions
Replies: 4
Views: 22830

Help with regular expressions

I have a bunch of files name MOV***.mpg.flv where *** is random letters/numbers. I have a text file with each file name on a separate line. I want to search for each file name and replace that with

<a href="Michigan/MOV***.flv">

<strong>MOV***.flv</strong>
</a>

I got it to recognize the MOV ...