How to use the case converter
Paste or type your text into the input box, then click any case button. The converted result appears instantly in the output box below. Use the Copy button to grab it.
Available case types
- UPPERCASE — all letters capitalized
- lowercase — all letters in lower case
- Title Case — first letter of each word capitalized
- Sentence case — only the first letter of each sentence capitalized
- camelCase — no spaces, each word capitalized except the first
- PascalCase — no spaces, every word capitalized
- snake_case — words separated by underscores, all lowercase
- kebab-case — words separated by hyphens, all lowercase