Hi,
I've been struggling to work out how to change a letter in lower case to upper case in the middle of a file name.
Eg.
Movie - 01x01 - description
to
Movie - 01x01 - Description
In this example I want to change the lettre in the 17th position (In this case a "D") to a capital.
I have used expressions such as [N17] but it doesn't give me any result. I have tried numerous variations on this but to no avail.
The appendix contains lots of information but no examples and that makes it really hard.
Could somebody give me the correct mask to change the 17th letter from lower case into upper case?
Many thanks in advance.
Luc
MRT: Change to capital letter in position x
Moderators: Hacker, petermad, Stefan2, white
If the position is fixed to the 17th character then you could try:
Code: Select all
[N1-16][U][N17][L][N18-]
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar