Text Case Converter Online

Convert case of your texts into multiple case formats.





About Case Converter


  • Convert case to uppercase
  • Convert case to lowercase
  • Convert case to sentence case
  • Convert case to title case (caps converter)
  • Convert case to pascal case and camel case
  • Copy function to re-use the formatted text

Why use Text Case Converter?


Case converter is an online tool that allows users to change case of texts and convert sentences or words into different case formats, including uppercase, lowercase, title case, sentence case, toggle case, camel case and pascal case. For example, you can change all your text to caps, change caps to lowercase or convert string to sentence case, among other actions.


Advantages of case converter tool


This tool provides an easy way to double check text that can be prone to errors, save time when you need to format a long text/article and convert case online. Also, after the conversion, you can copy and paste using the web functionality, allowing you to get generated content from the original text and use it in different applications, text editors or wherever you need it. Our text case changer is the best option to optimize and emphasize your texts in the most efficient way!


Available case converter types


Title case converter

Converting to title case or headline case style will transform any leading letter on each word to a capital letter. This case format will add more emphasis to your title and the included words. You can use our case converter as a title capitalization tool to convert texts into title case.

Sentence case converter

Sentence case (or headline case converter) contains the first letter is capitalized (upper case) and the rest is lower case. Our converter helps you transform case into this format and save time, especially when there are multiple uppercase letters in text that should be switched to lowercase or the input format is incorrect.

Upper case (all caps) converter

Uppercase or capital case converter mode converts all the letters in the text to uppercase (i.e. all letters are written as capitals). Caps case converter is the best option when trying to emphasize sections of your texts. Just try not to sound too aggressive.

Lower case converter

Using mode to change text case, all the text letters are converted to lowercase (minus). This mode is the perfect candidate when upper case to lower case converter is needed.

Camel case converter

Camel case is commonly used in programming for naming variables (where the words are joined) and some criteria is needed to separate them. One of the common practices to distinguish variables is camel case, which consists of writing the first word in lowercase, and the initial letter of subsequent words (if any) will be uppercase. For example: myNewVariable. Our case converter online can generate camel case variables from any text by using the above-mentioned approach.

Toggle case converter

Toggle case alternates any letter from the original text to invert the case. If a letter in the text is upper case, this converter helps you convert case of text to lower case (and vice versa).

Pascal case vs camel case


Both pascal case and camel case have similar uses, and are mostly used for developers to name variables, methods, classes, etc. Camelcase and Pascalcase conventions aim to separate different words in a variable, by using an upper case letter when a new word starts. The difference between them is that the first word in pascal case convention always starts with a capital letter and camel case starts with a lowercase letter.


How to change all caps to lowercase?


If you are using Microsoft Word, press F3 to change the selected text to any other case type, such as upper case, lower case and more. For Python users, you can use the ".lower() method. If you are a JavaScript developer, use ".toLowerCase()" method. Finally, if you want to use this tool to automate your work, just write or paste text in the page and click in the "lowercase" button.


Text case types


UPPERCASE

EACH LETTER IN THE TEXT IS CONVERTED TO CAPITAL LETTER

lowercase

each letter in the text is converted to lower (small) letter

Title Case

Each Letter Of Each Word In The Text Is Capitalized

tOGGLE CASE

EACH lOWERCASE LETTER IN THE iNPUT tEXT IS SWITCHED TO uPPERCASE, AND EACH uPPERCASE LETTER IN THE INPUT TEXT IS CONVERTED TO LOWERCASE

camelCase

compoundWordGroupedTogetherWithFirstLetterAsLowercase

PascalCase

CompoundWordGroupedTogetherWithFirstLetterAsUppercase