Case Converter
14 conversions with proper headline Title Case & smart camelCase splitting โ see every format at once, copy in one click.
0 words ยท 0 characters
Title Case โ Headline style, minor words lowered
๐ก Title Case follows headline style โ minor words (a, of, theโฆ) stay lowercase unless first or last. Coding cases split on spaces, hyphens, underscores, and existing camelCase boundaries.
๐ Fourteen conversions, one paste
From fixing an essay typed with caps-lock on to renaming variables for a Python assignment โ this converter covers all of it. Writing cases (Sentence case, headline-style Title Case, UPPERCASE, lowercase), coding cases (camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case), and the fun ones (aLtErNaTiNg meme case, iNVERSE, reversed). Pick one for the big preview, or scan the every-conversion-at-once panel and copy any result with one click.
๐Everything you'd want to know
- Proper headline Title Case โ minor words (a, of, the, andโฆ) stay lowercase unless first or last, the way style guides demand.
- Sentence case that recapitalises after every sentence and fixes standalone 'i'.
- Coding cases that split smartly on spaces, hyphens, underscores, and existing camelCase boundaries.
- A live all-formats panel with per-row copy buttons โ no clicking back and forth.
- Live word and character counts, all processed privately in your browser.
๐งฎWhich case where
Conventions matter more than taste: JavaScript style guides expect camelCase for variables and PascalCase for classes; Python's PEP 8 wants snake_case; URLs and CSS classes use kebab-case because underscores hurt readability in links; environment variables shout in CONSTANT_CASE.
๐กSmall case, big consequences
- Essay titles follow Title Case; the tool applies the minor-word rules automatically so you don't memorise them.
- Never hand-fix caps-lock text โ Sentence case restores it in one click, keeping 'I' capitalised.
- Consistent variable naming is free marks in coding assignments โ copy straight from the coding row.
- URLs prefer kebab-case: search engines treat hyphens as word separators but underscores as joins.
๐ก Frequently Asked Questions
How do I convert uppercase text to normal?+
Paste it and click Sentence case โ it lowercases everything, recapitalises the first letter of each sentence, and fixes standalone 'i' to 'I'. Title Case is the one for headings.
What is the difference between Title Case and Capitalize Each Word?+
Capitalize Each Word capitalises everything blindly. Title Case follows headline style: minor words like a, of, the, and stay lowercase unless they're the first or last word โ 'The Art of War', not 'The Art Of War'.
What is camelCase vs snake_case vs kebab-case?+
Three ways to join multi-word names: camelCase capitalises each word after the first (JavaScript variables), snake_case joins with underscores (Python), kebab-case with hyphens (URLs and CSS). The converter produces all of them at once.
Can it convert camelCase back to normal words?+
Yes โ the splitter recognises existing camelCase boundaries, so pasting 'studentToolsHub' and choosing Sentence case gives 'Student tools hub'. It also splits on hyphens, underscores, and dots.
Is the alternating case generator random?+
No โ it strictly alternates lower and upper across letters (skipping spaces and punctuation), which is the classic 'mocking' meme format: aLtErNaTiNg.