Converting capital letters to small or vice cersa

24,682

Solution 1

It depends on where are you typing it? Most text editors allows selected text to be converted to upper case or lower case.

If your are using MS word, then you can do it like this: How do I convert lower case text to uppercase text in Microsoft Word?

Solution 2

There are no shortcuts for that built into any operating systems by default (Windows, Mac, or even Linux), but there are plenty of online utilities (and probably downloadable ones too) that you can use very easily. Here is one: http://convertcase.net/ and you can find a bunch more if you google capital to lowercase converter.

An interesting sidenote: many programming languages have methods like toLower() or toUpper() etc, that makes these tools really easy to create.

Share:
24,682

Related videos on Youtube

Devgeet Patel
Author by

Devgeet Patel

Updated on September 18, 2022

Comments

  • Devgeet Patel
    Devgeet Patel almost 2 years

    If I type a long paragraph which was intended to be written totally in small letters and later if i find that i have written it in Capital letters by keeping caps lock on by mistake,then is there any shortcut or process to convert that paragraph into small without typing it again?

    • slhck
      slhck over 10 years
      What operating system? What word processor? Without knowing that, the question is unanswerable.
    • Devgeet Patel
      Devgeet Patel over 10 years
      OS is windows xp.Any word processor.
  • Brian Adkins
    Brian Adkins over 10 years
    Linux, and Mac can both do this without additional software. Related article : stackoverflow.com/questions/4569825/…