Case Converter
Runs in browserConvert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case, and more — instantly.
Last updated 08 Apr 2026
Paste any text and instantly convert it to uppercase, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, or toggle case. Supports camelCase splitting so identifiers are handled correctly. Runs entirely in your browser — nothing is uploaded.
How to use
- 1
Paste or type your text
Type or paste any text into the input area — a sentence, a code identifier, a slug, or an entire paragraph.
- 2
Choose a case format
Click any case button at the top: UPPER CASE, lower case, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, or tOGGLE cASE.
- 3
Review the converted output
The converted text appears instantly in the output box below. The label shows the active format name.
- 4
Copy the result
Click the Copy button in the output header to copy the converted text to your clipboard in one click.
Frequently asked questions
What case formats does this tool support?
Does it correctly handle camelCase and PascalCase input when converting to snake_case or kebab-case?
What is Title Case?
What is Sentence case?
What is toggle case?
Is my text sent to a server?
Can I convert multiple paragraphs at once?
What is CONSTANT_CASE?
What is dot.case used for?
The Kordu Case Converter handles every common text case transformation in one
place. Paste a sentence, a code identifier, a slug, or an entire paragraph and
switch between 11 output formats in a single click.
**Programming formats** — camelCase, PascalCase, snake_case, kebab-case,
CONSTANT_CASE, and dot.case all use a smart word-splitter that correctly breaks
apart existing camelCase and PascalCase identifiers before re-joining. So
"myVariableName" converts to "my_variable_name" or "MY_VARIABLE_NAME" without
any intermediate manual step.
**Writing formats** — UPPERCASE, lowercase, Title Case, and Sentence case cover
the common editing scenarios: pasting all-caps text from a legacy system,
formatting headline copy, or quickly normalising user input. Sentence case
re-capitalises after every full stop, exclamation mark, and question mark.
**Toggle case** inverts every character — handy for novelty uses or for
checking that code is not relying on specific capitalisation assumptions.
All conversion happens client-side at keystroke speed with no round-trip to a
server. Your text never leaves the browser. Copy the result with one click.
Related tools
Word Counter
Count words, characters, sentences, and paragraphs with reading time, speaking time, and keyword density.
Lorem Ipsum Generator
Generate Lorem Ipsum placeholder text as paragraphs, sentences, words, or bytes. Start with the classic opening or use randomised text.
Text Similarity Checker
Compare two texts with AI semantic similarity — detects duplicate content and plagiarism with a 0–100% match score.
JSON Formatter
Format, validate, and minify JSON instantly — with configurable indentation, error location, and tree view.
Markdown Preview
Write Markdown and see a live GitHub-flavoured HTML preview side by side — export clean HTML instantly.