Text Tools

Case Converter

Convert text case to UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, and kebab-case.

Advertisement

Sponsored Space

About the Case Converter

Text case formatting is necessary when drafting headline titles, correcting accidentally capitalized text (Caps Lock), or converting variable names between programming naming conventions.

How to Use the Case Converter

  1. 1Type or paste your text into the input box.
  2. 2Click the desired case format button (e.g. UPPERCASE, Title Case, camelCase, snake_case).
  3. 3Watch your text transform instantly.
  4. 4Click "Copy" to put the converted text on your clipboard.

How It Works & Underlying Logic

The tool parses string word boundaries, punctuation, and capital letters, applying grammatical title capitalization rules or programming concatenation delimiters based on your selection.

Mathematical Formula / RuleSentence Case: First letter of each sentence capitalized | Title Case: Major words capitalized | camelCase: firstWordLowerNextWordsUpper

Practical Calculation Examples

Headline to Title Case

Converting raw notes into article headline

Input: how to build modern web apps
Output: How to Build Modern Web Apps

String to Programming camelCase

Formatting a database field into a JavaScript property

Input: user first name
Output: userFirstName

Helpful Tips & Best Practices

  • Title Case automatically leaves minor prepositions (in, on, of, for) lowercase unless they are the first word.
  • Use kebab-case for SEO-friendly URL slugs and CSS class names.

Case Converter FAQ

camelCase starts with a lowercase letter (e.g. myVariableName), whereas PascalCase capitalizes the first letter of every word including the first (e.g. MyVariableName).

Related Online Tools

More in Text Tools