View Single Post
Old 02-05-2014, 10:48 AM   #6
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,627
Karma: 79436940
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
My minor suggestion would be
Code:
Find: (<h[1-9]>)([A-Z])([A-Z| ]+)
Replace: \1\2\L\3
The big differences are including the <h tag, and allowing multiple words in the rest of the title by adding the space.

Additional punctuation symbols could be added by adding them to the [A-Z| ] grouping; ie [A-Z| |,|;] etc
PeterT is offline   Reply With Quote