#1 2010-10-31 11:57

shoryuken
Member
Registered: 2010-10-31
Posts: 1

Sorting files by first two digits

Hello

I want to sort the files by the name of digits, but only the first two digits. How can you do?

thump_5438851renamer.jpg

thanks smile

Offline

#2 2010-10-31 17:24

Stefan
Moderator
From: Germany, EU
Registered: 2007-10-23
Posts: 1,161

Re: Sorting files by first two digits

I think you can use an temporary rule to sort the files first - and then disable this rule afterwards again.

A) First rule, RegEx:
    Express: .+?(\d\d).+
    Replace: $1

B) Now click on the header of the NewName column to sort after this extracted numbers.
C) Then disable this RegEx rule again.
D) Now add your own rules.


HTH? big_smile


Read the  *WIKI* for HELP + MANUAL + Tips&Tricks.
If ReNamer had helped you, please *DONATE* to Denis or buy a PRO license. (Read *Lite vs Pro*)

Offline

#3 2010-11-01 10:01

SafetyCar
Senior Member
Registered: 2008-04-28
Posts: 446
Website

Re: Sorting files by first two digits

In fact, from what I see, taking advantage of that RegEx probably you wouldn't need to Serialize.

Just take a look on the result of the RegEx with no other rules, and see if it helps you...


If this software has helped you, consider getting your pro version. :)

Offline

Board footer

Powered by FluxBB