Bookdesigner capitilize regex
I have an ebook that has chapter headers as "Chapter XX" instead of "CHAPTER XX". I can find them all with the find regex of "Chapter\W([a-zA-Z0-9]+)" but I cannot find any way to capitalize in the replace expression. I have tried several methods and that all insert the regex code as literal. Is there a way in bookdesigner to capitalize the replacement text?
Thanks
|