How do you change the case of text?
Select your text and apply a transformation. UPPERCASE capitalizes every letter, lowercase makes them all small, Title Case capitalizes the first letter of each word, and Sentence case capitalizes the first letter of each sentence. Developer cases like camelCase and snake_case are also supported.
Case types explained
| Case | Example |
|---|---|
| UPPERCASE | HELLO WORLD |
| lowercase | hello world |
| Title Case | Hello World |
| camelCase | helloWorld |
| snake_case | hello_world |
One click, any case
Stop retyping headings or fixing accidental caps lock. Paste your text, click a case, and copy the result — useful for titles, code variables, and data cleanup alike.