Text & Data100% private
Text Case Converter
Convert text between camelCase, snake_case, PascalCase, UPPER, and more.
How it works
- 1Enter textType or paste any text - variable names, titles, sentences, anything.
- 2Pick a caseAll 11 case formats are shown instantly below the input.
- 3CopyClick 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.