One off acronyms

All about user-defined episode / movie / file name format expressions
Post Reply
NPHaus
Posts: 14
Joined: 12 Sep 2013, 23:32

One off acronyms

Post by NPHaus »

I wanted to know if you can do the following:
starting with this title:

The Lord of the Rings: The Two Towers

leave it

LOTR. The Two Towers

I've tried and I get everything separately, but not how to do it together
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: One of acronyms

Post by rednoah »

Learn Groovy:

Code: Select all

{'The Lord of the Rings: The Two Towers'.replace('The Lord of the Rings', 'LOTR')}
Apply:

Code: Select all

{n.replace('The Lord of the Rings', 'LOTR')}
:idea: Please read the FAQ and How to Request Help.
NPHaus
Posts: 14
Joined: 12 Sep 2013, 23:32

Re: One of acronyms

Post by NPHaus »

too easy for me!!!!

Sorry and Thank you
Post Reply