Page 1 of 1

Covert case

Posted: Fri Jan 20, 2012 9:19 pm
by srive99
Hey All,
I have a file with bunch of ldap names. and some files has lower case name and some files has uppercase.
nameone
nametwo
namethree
NAMEONE
NAMETWO
NAMETHREE
now I need to change the name to Sentense case. for exampl
Nameone
Nametwo
Namethree
Anyone have an idea how we can do that. I would like to use find/replace.


Thanks

Posted: Fri Jan 20, 2012 10:48 pm
by ak47wong
Find what: (.)(.*)
Replace with: \u\1\L\2