hi,
i often have multiple space in the head of my filename when i do error while renaming.
how can i remove the leading space with rename tool ? i am not very suit with regular expression.
TC's multiple rename tool whould have "templates" or " predefined schemes" to use easily in a combo list choice like:
"leading character remove"
"each number remove"
"each lower case remove"
"each uppercase remove" and when we select on, them we could just change the character to target by the remove operation
best regards
MultiRenameTool: remove leading space
Moderators: Hacker, petermad, Stefan2, white
-
- Senior Member
- Posts: 202
- Joined: 2010-12-12, 10:05 UTC
- Location: Amiens
MultiRenameTool: remove leading space
i'm an old long user of TC since the windows 3.11 release !, for the history, i came to tc when i migrate from amiga commodore to PC where they are diskmanager and directory opus there.
-
- Senior Member
- Posts: 202
- Joined: 2010-12-12, 10:05 UTC
- Location: Amiens
thanksStefan2 wrote:TRY
Search: ^\s+
Replace: <Clear>
[X] RegEx
Press F1 key for help and click at 'regular expressions' for more.
Use F2 load/save settings to store this for later use.
And, as I saw, on copying the leading spaces are gone also.
i'm an old long user of TC since the windows 3.11 release !, for the history, i came to tc when i migrate from amiga commodore to PC where they are diskmanager and directory opus there.