ThoseBoringTools
✍️ Text Tools

Case Converter

Paste text and convert it between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, and snake_case.

How to use this tool

  1. 1Paste your text into the input box.
  2. 2Choose the case format you want.
  3. 3Copy the converted result.

Frequently asked questions

What's the difference between Title Case and Sentence case?
Title Case capitalizes the first letter of most words, commonly used for headings. Sentence case capitalizes only the first letter of the sentence, like normal prose.
What is camelCase used for?
camelCase (e.g. myVariableName) is a common naming convention for variables and functions in many programming languages.