Greetings,
Is there a way to capitalize some text with regex in Calibre ?
I think I've read somewhere that it was possible in python, but not in Calibre.
My goal :
I am trying to improve my "save as" modele, trying to extract the name of the author_sort and capitalize it, and extract the firstname.
For example : from Christie, Agatha to CHRISTIE Agatha
For now, i built 2 personnal fields. It works but it would be better to work with regex...
Thanx for your help