View Single Post
Old 02-05-2014, 01:00 AM   #2
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,755
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by phossler View Post
Is there a good F-R that will convert things like

<h1>CHAPTER ONE</h1>

into

<h1>Chapter One</h1>
Find:<h1>CHAPTER ([[:upper:]])([[:upper:]]{2,})</h1>
Replace:<h1>Chapter \1\L\2\E</h1>

For more examples see this older post of mine.
Doitsu is offline   Reply With Quote