Sigil Regex Title case
Hi Everyone,
Is there a regex that can convert text into Title case in sigil?
From:
<h2>CHAPTER III. LEARNING THE "REGEX" AND MORE</h2>
into:
<h2>Chapter III. Learning the "Regex" and More</h2>
I tried \L \l \U and \u but not working. What is the Regex for doing so?
Thanks!
|