Back to Demos
Text Case Converter
Convert text between different cases: camelCase, snake_case, CONSTANT_CASE, and more.
Input
24 characters4 words1 lines1 sentences
lowercase
hello world
hello world example text
UPPERCASE
HELLO WORLD
HELLO WORLD EXAMPLE TEXT
snake_case
hello_world
hello_world_example_text
kebab-case
hello-world
hello-world-example-text
CONSTANT_CASE
HELLO_WORLD
HELLO_WORLD_EXAMPLE_TEXT