Text Case Converter
Convert text to UPPER CASE, lower case, Title Case, camelCase, snake_case, kebab-case, and more.
Instant · Runs in your browser · No data sentAbout this tool
Converting text case by hand is one of those tedious tasks that should take a second and somehow takes five minutes. UPPER CASE, lower case, Title Case, camelCase, snake_case, kebab-case — this tool handles all of them instantly. Paste your text, pick the case, done.
How to use Text Case Converter
Paste the text you want to convert
Click the case format button: UPPER, lower, Title, Sentence, camelCase, PascalCase, snake_case, or kebab-case
The text converts instantly
Copy the result and use it wherever you need it
Frequently asked questions
- What is the difference between camelCase and PascalCase?
- camelCase starts with a lowercase letter and capitalizes subsequent words: "myVariableName". PascalCase capitalizes every word including the first: "MyVariableName". Both are common in programming.
- What is kebab-case used for?
- Kebab-case is commonly used for URL slugs and CSS class names. It uses hyphens between words and is all lowercase: "my-page-title".
- Does it handle special characters?
- Yes. It preserves punctuation and special characters while converting the letter case. Numbers are left as-is.