Paste your text and click a button to transform it instantly.
Paste or type text into the box above, then click any conversion button. The text updates in place so you can chain multiple transformations. Click "Copy to Clipboard" to grab the result.
UPPERCASE / lowercase -- Convert all letters to upper or lower case.
Title Case -- Capitalize the first letter of every word.
Sentence case -- Capitalize the first letter of each sentence.
camelCase / PascalCase -- Join words with no separator; camelCase starts lowercase, PascalCase starts uppercase.
snake_case / CONSTANT_CASE -- Join words with underscores, in lowercase or uppercase.
kebab-case / dot.case / path/case -- Join words with hyphens, dots, or slashes.
aLtErNaTiNg cAsE -- Alternate between lowercase and uppercase letters.
Reverse Text -- Reverse the entire string character by character.
Remove Extra Spaces / Line Breaks -- Clean up whitespace in your text.
Sort / Unique Lines -- Sort lines alphabetically or remove duplicates.