Search found 4 matches

by Alandil
21 Jul 2021, 17:18
Forum: Episode / Movie Naming Scheme
Topic: [FRENCH] Uppercase after an aporstrophe (or other character)
Replies: 6
Views: 9502

Re: [FRENCH] Uppercase after an aporstrophe (or other character)

Thx. I've tried a lot of expressions but

Code: Select all

n.replaceAll(/\b\w\B/){ it.upper() }
give me :
Jupiter's Legacy >> OK
Falcon Et Le Soldat De l'Hiver >>> NOK on the last "l". I would like "L'Hiver"....

Possible ?
by Alandil
20 Jul 2021, 08:12
Forum: Episode / Movie Naming Scheme
Topic: [FRENCH] Uppercase after an aporstrophe (or other character)
Replies: 6
Views: 9502

Re: [FRENCH] Uppercase after an aporstrophe (or other character)

Thx for your tip ! You save me :D

Can you tell me how to manage in the same time english title like "Jupiter's Legacy" ?

With your tip, i get "Jupiter'S Legacy". It's only for the titles with a single character after an apostrophe.
by Alandil
19 Jul 2021, 20:06
Forum: Episode / Movie Naming Scheme
Topic: [FRENCH] Uppercase after an aporstrophe (or other character)
Replies: 6
Views: 9502

[FRENCH] Uppercase after an aporstrophe (or other character)

Hi, I try to rename episodes of the TVshow Falcon And The Winter Soldier. In French, it's Falcon Et Le Soldat De L'Hiver With filebot, all my tests give me : Falcon Et Le Soldat De L'hiver But i'ld like an uppercase after the apostrophe, for the "h" of the word "hiver". Someone c...