Quote:
Originally Posted by phossler
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.