Put zero in front of digit
With
Replace: \d
with: <Inc Nr:01>
I do not get the desired result, I want to put the zero before different digits:
File 3
File 5
File 6
File 9
The result should look like this:
File 03
File 05
File 06
File 09
"File" is a text of different length
What you are asking is "How to zero-pad an existing number to 2 digits?".
Assuming that the filenames do not contain any other numerical characters:- use a Renumber method...
Number position: "1"
Change to: "Relative to existing number"
Number difference: "0"
Zero padding: "Manual"
Number length: "2"
Assuming that the filenames do not contain any other numerical characters:- use a Renumber method...
Number position: "1"
Change to: "Relative to existing number"
Number difference: "0"
Zero padding: "Manual"
Number length: "2"
Reply to #2:
Thank You, this is was I'm lookoing for!
Sorry, Renumer methode was under my horizon
Thank You, this is was I'm lookoing for!
Sorry, Renumer methode was under my horizon