Quote:
Originally Posted by BetterRed
Elsewhere in calibre Title Case ups first char in each word, Capitalise only ups the first char in first word.
FX right click Series Name cell, select Change Case->Title Case will change dog's breakfast to Dog's Breakfast whereas Change Case->Capitalise will change it to Dog's breakfast.
Seems a bit odd the Tag Mapper does not offer Titlecase.
BR
|
This (adding 'Title Case' to 'Tag mapper') is a good solution.
Quote:
It is case-insensitive deliberately, i/e/ the ignore case flag is passed by default. You can turn it off IIRC by prefixing with a minus, something like this:
(?-i:...)
see https://pypi.python.org/pypi/regex
|
Sadly I couldn't find it, but what BetterRed said is better. Would you please add Title Case to Tag Mapper?