selective renaming of series name with {n.upperInitial()}
Posted: 23 Jul 2014, 06:56
There are many series where the naming goes
Game of Thrones, Through the Wormhole etc where I need the words like of,the to be lowercase only but {n.upperInitial()} changes all initials to uppercase
There are some series where all uppercase are needed. example - Last.Week.Tonight.With.John.Oliver.S01E11.HDTV.x264-BATV
here I need {n.upperInitial()} ( i.e. I need 'with' to be uppercase) but also want to add exceptions for 'of','the'
Is there any way I could do this?
Thanks!!
Game of Thrones, Through the Wormhole etc where I need the words like of,the to be lowercase only but {n.upperInitial()} changes all initials to uppercase
There are some series where all uppercase are needed. example - Last.Week.Tonight.With.John.Oliver.S01E11.HDTV.x264-BATV
here I need {n.upperInitial()} ( i.e. I need 'with' to be uppercase) but also want to add exceptions for 'of','the'
Is there any way I could do this?
Thanks!!