Text Case Converter

Convert text between camelCase, snake_case, PascalCase, UPPER, and more.

Text & Data100% private

Text Case Converter

Convert text between camelCase, snake_case, PascalCase, UPPER, and more.

How it works

  1. 1
    Enter textType or paste any text - variable names, titles, sentences, anything.
  2. 2
    Pick a caseAll 11 case formats are shown instantly below the input.
  3. 3
    CopyClick any result to copy it to your clipboard.

Frequently asked questions

What's the difference between camelCase and PascalCase?
camelCase starts with a lowercase letter (myVariable), PascalCase starts with uppercase (MyVariable). Both are common in programming - camelCase for variables, PascalCase for class names.
Does it handle already-cased text?
Yes. Each conversion is applied to the raw input text, regardless of its current case. You can convert UPPERCASE to camelCase directly.
What about special characters?
Separators like spaces, hyphens, and underscores are used as word boundaries. Special characters are removed or replaced depending on the target case format.

Related tools