How to change order for some file name woerd

Advanced Renamer forum
#1 : 15/10-14 19:16
Rossend
Rossend
Posts: 2
Hi everybody
I am new with Advanced Renamer and would like know, how I can change the order of some words,
for eBook files names.
I have files like:

Asimov_Isaac-The Foundation.epub
Auster_Paul- Illusions book.epub
Bach_Richard-The other side.epub
….etc.

I would like to change to:

Isaac_Asimov-The Foundation.epub
Paul_Auster- Illusions book.epub
Richar_ Bach-The other side.epub

It is possible with Advanced Renamer?
Could somebody help me?
Thanks in advance.
Rossend


15/10-14 19:16
#2 : 15/10-14 20:36
Stefan
Stefan
Posts: 274
Reply to #1:
 

____swap given with last name____



FROM:
Asimov_Isaac-The Foundation.epub
Auster_Paul- Illusions book.epub
Bach_Richard-The other side.epub

TO:
Isaac_Asimov-The Foundation.epub
Paul_Auster- Illusions book.epub
Richar_ Bach-The other side.epub


RULE:
swap first with second word at underscore


USE:
Replace Method
(http://www.advancedrenamer.com/user_guide/metho d_replace)

Find: ^(.+)_(.+)-(.+)$
Repl: $2_$1-$3
[X] Use regular expressions



 


15/10-14 20:36
#3 : 16/10-14 21:18
Rossend
Rossend
Posts: 2
Reply to #2:

Hi Stefan

Thank you very much for your help, the method works fine.
It saves me a lot of time because I needed to correct six thousand files
Regards


16/10-14 21:18