Case Converter — UPPERCASE, lowercase, Title Case & More
Seven cases, one click each — from shouting (UPPER) to programming (camel, snake, kebab).
How to use this tool
- Paste your text.
- Click a case button — the converted text appears below.
- Copy result when it looks right. camel/snake/kebab strip punctuation for code-safe output.
Example
The formula
What the result means
UPPERCASE reads as shouting online; sentence case is the modern default for articles; Title Case suits headlines and book names. The three code cases exist because compilers and URLs dislike spaces — camelCase for variables, snake_case for Python and databases, kebab-case for URLs and CSS classes.
Frequently asked questions
Why does Title Case keep small words lowercase?
That's AP/Chicago style — articles and short prepositions stay lowercase unless they start the title. 'The Creative Island and the Port of Saidpur' beats every word capitalized.
My text lost punctuation in camelCase — why?
Code identifiers can't contain punctuation, so anything that isn't a letter or digit is treated as a word boundary. That's the correct behavior, not a bug.
Can I convert Bangla text?
UPPER/lower don't apply — Bangla has no case. The word-aware cases treat Bangla text safely (it passes through unchanged).
Is my text uploaded?
No — conversion happens entirely in your browser.
More tools from Paper Port
Explore the island world
- Paper Port — the island where this tool lives.
- The Main Island — drive the boat, explore the whole world.
- The 90s Kids Island — where most of us started.
Comments
Post a Comment