Changing upper to lower case.

Briony

Suspended / Banned
Messages
3,869
Name
Nicki.
Edit My Images
Yes
If by mistake I type something in Upper case and want it in lower case is there a way I can change the whole thing without typing it out again.

Thanks in advance.
 
If it is in MS Word (or copy the text into Word), highlight all the text and press Shift+F3. All text reverts to lowercase, press it again and the first letter of each sentence becomes uppercase :)
 
If you don't run to M$ Word, there's Metapad, a free replacement for Notepad. I use it all the time for cretins valued customers who haven't capitalised their address details.
 
Hmmm, capitalisation is one of my pet hangups, (as a web developer) why other developers don't use the php functions that sort all this out I just can't imagine.
 
Hmmm, capitalisation is one of my pet hangups, (as a web developer) why other developers don't use the php functions that sort all this out I just can't imagine.

Agreed.

In php I tend to strtolower() all inputted text before storing it, and then ucwords() as required on output.


When I have to do it by hand, I use Notepad++ (a superb replacement for MSnotepad).
 
Back
Top