in reply to Changing to Lowercase Except the First Letter
Think for a little bit and you can probably think of a loop to do this if you have a few values you need to do operate on.$firstname = ucfirst lc $firstname; $lastname = ucfirst lc $lastname;
HTH,
jynx
|
|---|