Case converter
Type any text and get it in camelCase, snake_case, kebab-case, Title Case, and CONSTANT_CASE. Runs locally - nothing is uploaded.
camelCase
helloWorldExample
snake_case
hello_world_example
kebab-case
hello-world-example
Title Case
Hello World Example
CONSTANT_CASE
HELLO_WORLD_EXAMPLE