English Case Conversion

What is a character case conversion tool?

The online character case conversion tool provides the following functions:

  1. Convert to lowercase
  2. Convert to uppercase
  3. Convert to Title Case
  4. Convert underscore to camelCase
  5. Convert camelCase to underscore

Convert to Lowercase

This converts all letters in the text to lowercase.

Convert to Uppercase

This converts all letters in the text to uppercase.

Title Case

Title case refers to a formatting style where the first letter of each word is capitalized and the remaining letters are lowercase. It is commonly used for English titles, headings, and sentences to improve readability and follow grammatical conventions.

Underscore to camelCase

Converting underscore to camelCase means removing underscores between words and capitalizing the first letter of each subsequent word. This is commonly used for variable names or class names in some programming languages.

camelCase to Underscore

Converting camelCase to underscore means replacing each uppercase letter in a word with an underscore (_) followed by its lowercase equivalent. This is commonly used for variable naming in some scripting languages.