Text Case Converter
Convert text between different cases: upper, lower, title, camel, snake
UPPERCASE
Example: HELLO WORLD
...
lowercase
Example: hello world
...
Title Case
Example: Hello World
...
camelCase
Example: helloWorld
...
snake_case
Example: hello_world
...
kebab-case
Example: hello-world
...