Case Converter
Enter text above to convert its case.
Case Converter changes the letter casing of any text in one step. Paste your text, pick a case (UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, or kebab-case), and copy the result. Everything runs in your browser, so your text never leaves your device.
How to use
- Paste or type your text into the Input box.
- Choose the case you want from the Case selector.
- Read the converted text in the Output box, updated as you type.
- Click Copy to put the result on your clipboard, or Reset to start over.
Examples
- UPPERCASE: hello world becomes HELLO WORLD.
- snake_case: My Variable Name becomes my_variable_name.
- camelCase: first second third becomes firstSecondThird.
FAQs
- What is the difference between Title Case and Sentence case?
- Title Case capitalizes the first letter of every word, like My First Project. Sentence case capitalizes only the first letter of each sentence, like My first project.
- Does the converter work on existing camelCase or snake_case text?
- Yes. It splits words at spaces, underscores, hyphens, and capital letter boundaries, so myVariableName can be turned into my_variable_name or my-variable-name cleanly.
- Is my text sent to a server?
- No. All conversion happens locally in your browser using plain text functions. Nothing is uploaded or stored.
- What happens to numbers and punctuation?
- For UPPERCASE, lowercase, Title Case, and Sentence case, punctuation and spacing are kept. For camelCase, snake_case, and kebab-case, the text is broken into word and number tokens, so punctuation is dropped and digits are kept as separate groups.
- Why is the camelCase output empty for some inputs?
- camelCase, snake_case, and kebab-case need at least one letter or number to build a token. If the input has only punctuation or symbols, there are no tokens to join, so the output is blank.
Related tools
- Remove Line BreaksRemove line breaks from text online. Replace them with a single space or nothing, collapse extra spaces, and trim. Free and private.
- Word CounterCount words, characters, sentences, paragraphs, and reading time for any text. Live, private, and free in your browser.
- Slug GeneratorTurn any title or text into a clean, lowercase URL slug. Spaces become hyphens, punctuation is stripped, and repeats are collapsed.
- Lorem Ipsum GeneratorGenerate lorem ipsum placeholder text by paragraphs, sentences, or words. Copy it instantly for mockups, layouts, and design drafts.
- Remove Duplicate LinesRemove duplicate lines from text online. Optional case insensitive matching and whitespace trimming, with a count of removed lines.
- Sort LinesSort lines of text online. Alphabetical (A to Z, Z to A), case insensitive, numeric, by length, or reverse. Fast, private, and free.