move numbers from end of file name to beginning

Advanced Renamer forum
#1 : 22/07-17 17:29
Genaro Garza
Genaro Garza
Posts: 1
Hello, I am trying to figure out how to move numbers at end of filenme to the beginning.

file names are like " filename 1.2, filename 1.2, and filename 1.11

I want them to be renamed to 1.2 filename, 1.2 filename and 1.11 filename

I tried using the Move Method with the backwards switch.

no matter what I do, I cant get it to work right.

Any suggestions?


22/07-17 17:29
#2 : 29/07-17 17:49
D.Ach
D.Ach
Posts: 35
Reply to #1:

Test this out,

LIST REPLACE: map out numbers 0-9 as: [no quotes)]
to replace/replace with
"0"/"-0"
"1"/"-1"
...and so on

SWAP:
separator: " -" > 1st

REPLACE: "-" > empty


29/07-17 17:49