from
Code: Select all
1.txt
23.txt
492.txt
Code: Select all
00001.txt
00023.txt
00492.txt
any help and hint on how to do this would be appreciated
Code: Select all
1.txt
23.txt
492.txt
Code: Select all
00001.txt
00023.txt
00492.txt
Code: Select all
wolf_tdi3.blahtlba.1.plowya.txt
al34bast.23.lote.est1883.txt
kingston5400.492.ddr5-cuughy.txt
understood. would be good if the new feature would allow me to do something similar to C string format. in this case, printf like %05u on the captured groupantp wrote: 2025-07-30 06:51:57 It would be possible, sure, but a lot of things could be done on groups, in this case you want to make padding but there is an infinite number of possible actions
I could try to make a list of useful actions, but all that would be a major feature to add, and my to-do list is already so much bigger than my available time for maintaining the software, so it is unlikely that I would have time for that unfortunately.
In the meantime, in this case there is a workaround requiring two different actions (inserting zeroes and then limiting the number of characters).