How to Use the Case Converter
1. Enter Your Text: Type or paste your text into the input area.
2. Choose a Case: Click any of the conversion buttons to transform your text.
3. Copy Result: Use the "Copy Output" button to copy the converted text.
4. Swap Text: Click "Swap Input/Output" to use the output as new input.
Case Types Explained
UPPER CASE
All characters converted to uppercase
HELLO WORLD
lower case
All characters converted to lowercase
hello world
Sentence case
First letter of each sentence capitalized
Hello world. This is great.
Title Case
First letter of each major word capitalized
Hello World Example
camelCase
First word lowercase, subsequent words capitalized
helloWorldExample
PascalCase
All words capitalized, no spaces
HelloWorldExample
snake_case
Lowercase with underscores
hello_world_example
kebab-case
Lowercase with hyphens
hello-world-example