Quantcast
Channel: Total Commander
Viewing all articles
Browse latest Browse all 4189

Total Commander (English) • Re: Change of substring in file names

$
0
0
I can use regex (regular expression) to clean up (clear option) the end of the file that is like - #Tableau Course #, using the regex command " #Tableau Course #\d\d\d", but I don't know how to put this final number at the beginning of the file name, in the example above it would be 125:
Search for regex "(.*) #Tableau Course #(\d\d\d)"
Replace with "$2 $1"

Statistics: Posted by white — 2024-04-21, 22:50 UTC



Viewing all articles
Browse latest Browse all 4189

Trending Articles