06-18-2014, 08:21 PM
|
#3
|
Addict
Posts: 243
Karma: 359054
Join Date: Nov 2012
Device: default
|
Assuming it is english (where only proper nouns are capitalised), then eschwartz's suggestion will catch many.
Also, for words starting with ell:
PHP Code:
search: I[a-z]
replace:l\1
It means two searches 
|
|
|