Case Converter

Transform your text into any capitalization format instantly: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, and kebab-case — perfect for article headlines, database column naming, and code formatting.

Case Converter

Your text is converted locally in your browser and never uploaded anywhere.

Convert To

Text Case Conventions in Software Development & Publishing

Capitalization rules establish semantic clarity across digital media, journalism, and programming languages. Different conventions serve distinct technical and stylistic requirements:

Case ConventionExample OutputPrimary Use Cases
Sentence caseThe quick brown fox jumpsNatural body paragraphs, user interfaces, documentation
Title CaseThe Quick Brown Fox JumpsArticle headlines, book titles, email subject lines
UPPERCASETHE QUICK BROWN FOX JUMPSAcronyms (NASA, GST, EMI), warning alerts, legal disclaimers
camelCasetheQuickBrownFoxJumpsJavaScript, TypeScript, Java variable & function names
PascalCaseTheQuickBrownFoxJumpsReact components, C# / Java class names, TypeScript types
snake_casethe_quick_brown_fox_jumpsPython functions, SQL database columns, Rust variables
SCREAMING_SNAKE_CASETHE_QUICK_BROWN_FOX_JUMPSEnvironment variables (.env), global constants, enum members
kebab-casethe-quick-brown-fox-jumpsSEO URLs, CSS class selectors, REST API endpoints

For coding style guides and publishing standards, read our guide on Letter Case Conversion Guide: Uppercase, Lowercase, CamelCase & Kebab-Case.

Title Case Capitalization Rules (Chicago vs AP Style)

In professional journalism and academic publishing, Title Case capitalizes the first and last words, plus all major words (nouns, verbs, adjectives, adverbs). Short grammatical words (articles like a, an, the; coordinating conjunctions like and, but, or; and prepositions under 4 letters like in, on, at) remain lowercase unless positioned as the first or last word.

Frequently Asked Questions

What is the difference between camelCase and PascalCase?+

In camelCase, the very first letter is lowercase and every subsequent word is capitalized (e.g. userProfileData). In PascalCase (UpperCamelCase), every word including the first starts with an uppercase letter (e.g. UserProfileData).

Why should URLs and CSS classes always use kebab-case?+

Web servers and file systems can be case-sensitive, making URLs with uppercase letters prone to broken links. Hyphens (kebab-case) are recognized by search engine crawlers as natural word separators, whereas underscores are often treated as connected characters.

How does Sentence case handle proper nouns and acronyms?+

Sentence case capitalizes the first character of the sentence and leaves standard words in lowercase. Well-known proper nouns and acronyms (e.g. Google, London, NASA) maintain their capitalization.

Is my input text saved or sent to any server when converting case?+

No. The conversion logic runs entirely in your local browser JavaScript engine. No text is transmitted across the internet.

How do I convert a large CSV or text file to snake_case for database migration?+

Paste your column headers into the text box and click "snake_case". The tool replaces all spaces and special characters with underscores for instant SQL database schema compatibility.

What is alternating case (sPoNgEbOb cAsE)?+

Alternating case toggles between lowercase and uppercase characters sequentially (e.g. aLtErNaTiNg cAsE), popularized in internet culture and meme satire to signify mockery.

Can this tool handle multilingual accents (e.g., é, ö, ñ, ç)?+

Yes. The transformation utilizes ECMAScript Unicode Case Folding algorithms, correctly capitalizing accented European and International characters.

Where can I read more about typography case rules?+

Explore our comprehensive guide on "Letter Case Conversion Guide: Uppercase, Lowercase, CamelCase, Snake_Case & Kebab-Case" in our Guides section.

Mathematical Review & Verification

Formulas on this calculator are reviewed by the AllYouTools Quantitative Research Team against official statutory standards. Read our Editorial Policy and explore full derivations in our Calculation Methodology.

Related Tools