Case Converter
Transform your text to different cases: uppercase, lowercase, title case, and more.
How to Use the Case Converter Tool
Changing the capitalization of your text is quick and easy. Follow these simple steps:
1. Enter Your Text
Paste or type the text you want to convert into the "Enter Text" box. There are no strict character limits, so you can paste entire documents or just a few words.
2. Choose Your Case
Click one of the transformation buttons to instantly convert your text. Here is what each option does:
- UPPERCASE: Converts all letters to capitals.
E.g., hello world → HELLO WORLD - lowercase: Converts all letters to small letters.
E.g., HELLO WORLD → hello world - Title Case: Capitalizes the first letter of every word.
E.g., hello world → Hello World - Sentence case: Capitalizes only the first letter of each sentence.
E.g., hello world. how are you? → Hello world. How are you? - camelCase: Removes spaces and capitalizes the first letter of each subsequent word.
E.g., hello world test → helloWorldTest - snake_case: Replaces spaces with underscores and makes everything lowercase.
E.g., hello world test → hello_world_test - hyphen-case: Replaces spaces with hyphens (also known as kebab-case).
E.g., hello world test → hello-world-test - tOGGLE cASE: Reverses the current capitalization of every individual letter.
E.g., hElLo WoRlD → HeLlO wOrLd
3. Copy the Result
Once you are happy with the preview in the "Result" box, click the Copy Result button to save it to your clipboard. You can now paste the correctly formatted text wherever you need it!
đĄ Pro Tips
- Correcting Caps Lock Mistakes: If you accidentally typed an entire email or paragraph with Caps Lock ON, don't delete it! Just paste it here and click Sentence case to fix it instantly.
- Developer Friendly: Using
camelCase,snake_case, orhyphen-caseis incredibly useful for programmers formatting variable names, CSS classes, database columns, or file URLs.