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