MRT: Change to capital letter in position x

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
LRAT
Junior Member
Junior Member
Posts: 2
Joined: 2014-03-02, 07:41 UTC
Location: Mawson, Antarctica

MRT: Change to capital letter in position x

Post by *LRAT »

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
User avatar
petermad
Power Member
Power Member
Posts: 16141
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

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
LRAT
Junior Member
Junior Member
Posts: 2
Joined: 2014-03-02, 07:41 UTC
Location: Mawson, Antarctica

Post by *LRAT »

Fantastic!
It works great. That will save me lots of time.
Thank you very much!
Luc
Post Reply