I think that Mode==
Pad can be a great solution, but it should probably only conduct names with having
all numbers?
Right now, it does seems like
Numbering(10) does only conducts against a variable something like
%autonumber%.
So when clicking Mode==Pad, it could just switch variables something like...
%autonumber% --->
%name%.
But this could be a problem, for users with having names something like... "
1 of 200 speeches from 5-9-2019".
So the programmers would need to invent some file-format verifications, for
which of these numbers to pad?
Probably the easiest way to implement, is to just conduct the names with having
all numbers.
Or maybe let users also specify a custom-format like..... "
pad:3 of pad:none speeches * pad:2-pad:2-pad:none".
So then it would verify %name% against something like... "
^\d+ of \d+ speeches .* \d+-\d+-\d+$".
And after the verification, then to conduct padding at all of the different places.
Another thing that Im thinking, is maybe to pad
all of the numbers with something like... "
pad:all:4".
Then it doesnt even need to verify against
%name%, because conducting something like... "
\b\d+\b/g".
This really is just me guessing a lot, because Im not know any of the true programming languages.
The only other thing Im thinking, is maybe to pad words like...
pad:9:i so then padding "word"--->"
iiiiiword".
But if Im the programmer, Im wanting
padw: for padding the words, and
pad: for padding only the numbers.
Of course the regex and javascript can conduct all of this, but its too complicated for many users.
www.bulkrenameutility.co.uk/forum/viewt ... 100#p16913 pads names into 12-digits, but its
only for names with
all numbers.
If you have any other custom-formats the forum can always help, so it should not be very hard to modify.