Hi, I want to modify a lot of files and I need that all of them have only 8 character.
How can I do?
Thanks a lot for your reply,
Regards
acaderc wrote: I need that all of them have only 8 character.
Stefan wrote:acaderc wrote: I need that all of them have only 8 character.
Are you sure?
Try
RegEx(1)
Match: (.{8}).*
Repla: \1
Menu > Options > Prevent Duplicates
acaderc wrote:I only need that the 256 files that I have, get exactly 8 character, no more no less. Can I do it?
For example:
00000000
00000001
00000002
.
.
.
00000256
Can I do it?