I've tried everything above... I need to have a search and replace uppercases in the beggining of a paragrahs. Example:
<p class=subsq">SARAH SNUGGLED DEEPER into Kade’s embrace.</p>
And I need it to be:
<p class=subsq">Sarah snuggled deeper to Kade’s embrace</p>
I've tired:
Find: ([[:upper:]])([[:upper:]]{1,})
Replace: \1\L\2\E
But realised that this works best in Sigil and not Calibre. And this this needs to work in Calibre please. Any help and suggestions would be appricated.
Thank you!
Last edited by Bozana; 11-03-2023 at 12:46 AM.
|