Don' t want zero before number name

Advanced Renamer forum
#1 : 22/04-16 14:44
Bitte
Bitte
Posts: 6
I want my files this way 1, 2, 3 and so on.
I get 001, 002, 003 and so on.
How do i do to get rid of zero in the beginning


22/04-16 14:44
#2 : 22/04-16 17:00
Tester123
Tester123
Posts: 92
Reply to #1:
You can use this 'Remove Pattern' method (not to be confused with 'Remove'):

Pattern: ^0+
Use regular expression: Tick

This looks for one or more (that's what the '+' is for) zeros at the start of the filename (that's the role of '^' in this case).


22/04-16 17:00
#3 : 22/04-16 21:30
Bitte
Bitte
Posts: 6
Reply to #2:
I' ll try this.
Thank you for your help.


22/04-16 21:30
#4 : 23/04-16 18:36
Stefan
Stefan
Posts: 274
Reply to #1:
 

check out the settings:

https://www.advancedrenamer.com/user_guide/setti ngs_renaming

Use zero padding in Inc Nr tags
When turned on the numbers produced by Inc Nr and Inc NrDir will have leading zeros





 


23/04-16 18:36