Skip to content
Text & Writing

Text Case Converter

Retyping a heading because it arrived in the wrong case is pure waste. Paste the text, pick a target case and copy the result. Six cases are supported: UPPERCASE, lowercase, Title Case, camelCase, sentence case and kebab-case.

Free, no signupRuns entirely in your browser
Input
Result
HELLO WORLD
About

What the Text Case Converter does

The three developer-oriented cases are the ones worth knowing. camelCase (`myVariableName`) is the JavaScript convention for variables and functions. kebab-case (`my-page-title`) is what URLs, CSS classes and filenames want, because it survives being lowercased by a server. Sentence case capitalises only the first letter of each sentence, which is the house style for headings at most modern publications.

How it works

Using the Text Case Converter

  1. 1Paste your text into the input field.
  2. 2Choose the case you want from the dropdown.
  3. 3UPPERCASE and lowercase apply directly; Title Case capitalises the first letter of every word.
  4. 4camelCase strips separators and capitalises each subsequent word; kebab-case lowercases everything and joins words with hyphens.
  5. 5Copy the converted text from the output panel.
Use cases

What people use it for

  • Fixing a headline that was pasted in ALL CAPS
  • Converting a page title into a URL slug in kebab-case
  • Turning a spreadsheet column of labels into camelCase property names
  • Normalising imported data before loading it into a database
FAQ

Frequently asked questions

6 related

Related tools

All tools →