Text Case Converter
Transform text between different case styles instantly. Perfect for coding, titles, and formatting.
ℹ️ Case Type Examples
Type | Example | Best For |
---|---|---|
lowercase | hello world | General text |
UPPERCASE | HELLO WORLD | Headings |
Title Case | Hello World | Titles/Headings |
Sentence case | Hello world | Paragraphs |
camelCase | helloWorld | Programming |
PascalCase | HelloWorld | Class names |
snake_case | hello_world | Variables |
kebab-case | hello-world | URLs/IDs |
Note: Title Case conversion follows standard capitalization rules for major words.