File name in all capitals?

All about user-defined episode / movie / file name format expressions
Post Reply
Gerrard8
Posts: 1
Joined: 14 Jun 2017, 20:37

File name in all capitals?

Post by Gerrard8 »

Hi,

I'd like whatever outcome of my match to be in capital letters is this possible?

For example:

SUPERNATURAL S01E01 :)

Thanks!
User avatar
rednoah
The Source
Posts: 22984
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: File name in all capitals?

Post by rednoah »

Use upper() in your format:

Code: Select all

{n.upper()}
:idea: Please read the FAQ and How to Request Help.
Post Reply