Thread
:
Regex examples
View Single Post
08-11-2012, 08:46 AM
#
120
Gunnerp245
Gadget Freak
Posts: 1,169
Karma: 1043832
Join Date: Nov 2007
Location: US
Device: EE, Note 8
I would like to change the capitalization a particular phrase across a book e.g. chapter one to Chapter One. I can detect the instances using (\D+) (\D+) and know the replacement would be \1 \2, but not how to change the capitalization.
Gunnerp245
View Public Profile
Find More Posts by Gunnerp245
Track Posts by Gunnerp245 via RSS