View Single Post
Old 06-23-2015, 06:44 PM   #1
jcambaya
Junior Member
jcambaya began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jun 2015
Device: none
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!
jcambaya is offline   Reply With Quote