Text Case Converter
Convert text between different cases effortlessly. Perfect for developers, writers, and anyone who works with text formatting.
Input
Output
Examples
- UPPERCASE: "hello world" → "HELLO WORLD"
- lowercase: "HELLO WORLD" → "hello world"
- Title Case: "hello world" → "Hello World"
- camelCase: "hello world" → "helloWorld"
- snake_case: "hello world" → "hello_world"
- kebab-case: "hello world" → "hello-world"