Page 1 of 1

I need to remove one space from the beginning of every file.

PostPosted: Wed Jul 26, 2023 6:00 pm
by BradLB22
I'm blind and these fields are a bit tricky to work with but so far it's been ok, Although some of the menu items aren't actually labeled so if you could label them that would be amazing!

Anyway, I've renamed files but now I need to remove a space from in front of each file. For example, instead of file 1.mp3 it's showing up as space file 1.mp3

I can't figure out how to do this and would apreciate the help.

Re: I need to remove one space from the beginning of every file.

PostPosted: Wed Jul 26, 2023 7:26 pm
by BradLB22
I decided to redo the entire thing, i'll redownload the stuff from youtube and go from there.

Remove space from the beginning name

PostPosted: Wed Jul 26, 2023 8:55 pm
by Luuk
The easiest way is using Replace(3) with a "Replace" something like... \start\ .
But if wanting to conduct everything with only 1-rename, then its better just using Regex(1).
This because Replace(3) wont conduct both \modifiers\ and | for many-replacements, at the same time.