Text Case Converter
Convert text between camelCase, snake_case, PascalCase, kebab-case, SCREAMING_SNAKE_CASE, and Title Case. Runs entirely in your browser.
Frequently Asked Questions
How does camelCase conversion work?
The tool splits the input on word boundaries — spaces, hyphens, underscores, and transitions between lowercase and uppercase letters. Then it reassembles the words in the target case format.
What is the difference between camelCase and PascalCase?
In camelCase the first word is lowercase: myVariableName. In PascalCase (also called UpperCamelCase) every word starts uppercase: MyVariableName. PascalCase is common for class names; camelCase for variables and functions.
Can I convert multi-line text?
Yes — each line is converted independently, preserving the line structure of the input.
Is my data private?
Yes — completely. Everything runs locally in your browser. Nothing is sent to any server, and nothing is retained after you close the tab.
Related Tools
Word & Character Counter
Count words, characters, sentences, paragraphs, and lines in any text. Shows reading time estimate. Runs entirely in your browser — nothing is uploaded.
Convert Case in CSV Files Online
Convert text columns to UPPERCASE, lowercase, or Title Case in CSV files directly in your browser. Apply case conversion to any or all text columns at once — no upload required.