Case Converter
Convert text to any case format
Convert text between uppercase, lowercase, title case, sentence case, camelCase, snake_case, and more — instantly.
How to Use Case Converter
- 1Paste or type your text into the input box
- 2Click the desired case format button
- 3The converted text appears instantly in the output
- 4Click "Copy" to copy the result to clipboard
Features
- UPPERCASE conversion
- lowercase conversion
- Title Case (each word capitalized)
- Sentence case (first letter of each sentence)
- camelCase for programming
- snake_case for programming
- kebab-case for URLs and CSS
- PascalCase for class names
- Instant conversion with no button needed
Frequently Asked Questions
What is camelCase?
camelCase joins words without spaces, capitalizing each word after the first. Example: "my variable name" becomes "myVariableName". Common in JavaScript and Java.
What is snake_case?
snake_case joins words with underscores, all lowercase. Example: "my variable name" becomes "my_variable_name". Common in Python, SQL, and Ruby.
What is kebab-case?
kebab-case joins words with hyphens, all lowercase. Example: "my variable name" becomes "my-variable-name". Standard for URLs and CSS class names.