Move to folder using Regex?

Advanced Renamer forum
#1 : 22/01-20 07:34
hdd113
hdd113
Posts: 2
I have a bunch of zip files like this:
(username)-(uid)-(date)-(serial)-(suffix).ext
e.g. ensh102-2137895674828974-20191225_223055-img.zip

I want to sort them into
(username)/(username)-(uid)-(date)-(serial)-(suffix).ext

I am usually relying on Regex when using this software, and I wonder if there is a regex way to make this happen. This app is very powerful and I appreciate it, but I'm having a little bit of trouble figuring out the syntax and managing communication between the rules. Thanks


22/01-20 07:34 - edited 22/01-20 07:36
#2 : 22/01-20 10:12
David Lee
David Lee
Posts: 1125
Use the Batch mode: Move
Set Output folder: <Substr:1:->

See www.advancedrenamer.com/user_guide/batchmode



22/01-20 10:12