Force UPPER-CASE series name

Support for macOS users
Post Reply
Ander
Posts: 5
Joined: 05 Sep 2018, 17:13

Force UPPER-CASE series name

Post by Ander »

Hi,

after some time spending and searching and many many trial and errors..... I got the most figured out, but still need some help.

My episode format looks like:
{n.space('_')}_{s00e00}_[DVD]

Is there a way - couldn't find the expression - to UpperCase all letters in the title?
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Help with Episode Format

Post by kim »

e.g.

Code: Select all

n.upper()
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Help with Episode Format

Post by rednoah »

And of course you can chain them:

Code: Select all

n.space('_').upper()
:idea: Please read the FAQ and How to Request Help.
Post Reply