Quickly transform text between different cases. Perfect for developers, writers, and designers.
| Case Name | Example | Common Use |
|---|---|---|
| Lower Case | hello world | General text |
| Upper Case | HELLO WORLD | Headings, emphasis |
| Title Case | Hello World | Titles, names |
| Sentence Case | Hello world. | Standard paragraphs |
| camelCase | helloWorld | JavaScript variables |
| PascalCase | HelloWorld | Java/C# classes |
| snake_case | hello_world | Python variables, databases |
| kebab-case | hello-world | URLs, CSS classes |
| CONSTANT_CASE | HELLO_WORLD | Global constants |