Transform text to UPPERCASE, lowercase, Title Case, camelCase, snake_case, and more. Everything runs in your browser.
Your text never leaves your device — all conversion happens locally.
This case converter transforms text into UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case, or alternating case, then lets you copy the result with one click.
The converter offers eight formats: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case, and aLtErNaTiNg case. Pick a format and the result updates instantly so you can copy it with one click.
camelCase joins words with no spaces and capitalizes each word after the first, so 'hello world' becomes 'helloWorld'. snake_case joins lowercase words with underscores as 'hello_world', and kebab-case joins lowercase words with hyphens as 'hello-world'.
Title Case capitalizes the first letter of every word, like a headline. Sentence case capitalizes only the first letter of each sentence and lowercases the rest, the way ordinary prose is written.