Moving parts of file name

A swapping-ground for Regular Expression syntax

Moving parts of file name

Postby Hif » Tue Nov 03, 2020 2:44 pm

I'm a novice to this board so I appreciate any help [and a BIG NOVICE user of BRU]

I want to do the following in a series of folders.
The file names are like this:

edit_uniquefilename.jpg

I would like to do the following:

uniquefilename_edit.jpg

How can this work?

Thanks.
Hif
 
Posts: 2
Joined: Tue Nov 03, 2020 2:40 pm

Re: Moving parts of file name

Postby Luuk » Tue Nov 03, 2020 3:07 pm

Greetings Hif, the easy way is putting checkmark in "Simple", and then to use..
Match...
%1_%2
Replace...
%2_%1
Luuk
 
Posts: 690
Joined: Fri Feb 21, 2020 10:58 pm

Re: Moving parts of file name

Postby Hif » Thu Nov 05, 2020 6:27 pm

Thank you. I'll give it a try.
I appreciate the response.
Hif
 
Posts: 2
Joined: Tue Nov 03, 2020 2:40 pm


Return to Regular Expressions