Quote:
Originally Posted by DomesticExtremis
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 
|
I have updated my regex to match "I" when not following punctuation, which is better than doing two searches that together equal