⚡ TOOLBOX
🔤

Case Converter

Convert text between UPPER CASE, lower case, Title Case, camelCase, snake_case, kebab-case, and more.

UPPER CASE
HELLO WORLD EXAMPLE TEXT
Click to copy
lower case
hello world example text
Click to copy
Title Case
Hello World Example Text
Click to copy
Sentence case
Hello world example text
Click to copy
camelCase
helloWorldExampleText
Click to copy
snake_case
hello_world_example_text
Click to copy
kebab-case
hello-world-example-text
Click to copy
CONSTANT_CASE
HELLO_WORLD_EXAMPLE_TEXT
Click to copy

Frequently Asked Questions

What formats are supported?
UPPER CASE, lower case, Title Case, Sentence case, camelCase, snake_case, kebab-case, and CONSTANT_CASE.
What is camelCase?
camelCase is a naming convention where the first word is lowercase and each subsequent word starts uppercase. Example: myVariableName.

Related Tools