Case Online Conversion

What is Case Online Conversion?

Case Online Conversion offer tools for :

  1. lower case
  2. UPPER CASE
  3. Proper Case
  4. To camelCase
  5. To snail_case

lower case:

This will transform all the letters from your text into lowercase. No exceptions will be made here, all of them to lowercase!

UPPER CASE:

This will transform all the letters from your text into UPPERCASE. No exceptions will be made here, all of them to UPPERCASE!

Proper Case:

Proper case refers to a capitalization style where the first letter of each word is capitalized, while the remaining letters are lowercase. It is commonly used in titles, headings, and sentences to enhance readability and adhere to grammatical conventions.

To camelCase

CamelCase is a way to separate the words in a phrase by making the first letter of each word capitalized and not using spaces. It is commonly used in web URLs, programming and computer naming conventions. It is named after camels because the capital letters resemble the humps on a camel's back.

To snail_case

Snake case (or "snake_case") is a naming convention that replaces spaces in compound words with underscores (_). It is commonly used by software developers for writing method and variable names in their source code, as well as when naming files used by their projects. While snake_case typically uses all lower-case letters, a version known as SCREAMING_SNAKE_CASE uses all capital letters.