Case Converter
Transform text between 13 case formats instantly. All processing happens in your browser.
Convert pasted text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case, CONSTANT_CASE, and several other variations programmers actually need. Title case follows AP/Chicago style by default — articles and short conjunctions stay lowercased unless they sit at the start. Useful for fixing all-caps email rage, normalising headings before importing into a CMS, and converting between code conventions. Conversion is a small string transform that runs in your tab.
Enter text on the left to see conversions
13 case formats available
Next steps
Word Counter
RecommendedGet an instant word, character, and paragraph count for any text.
Text Cleaner
RecommendedFix messy text in one click — remove extra spaces, normalize quotes.
Find & Replace
Find and replace across text with regex support and live preview.
Lorem Ipsum Generator
Generate placeholder text for mockups and designs in one click.
How the Case Converter Works
Common Use Cases
Style-guide enforcement
Convert headlines to AP-style Title Case while keeping a, an, the, of, and other short words lowercase per the standard.
Identifier renaming
Switch a list of variable names between camelCase, snake_case, and CONSTANT_CASE to match a new language or framework convention.
URL slug generation
Lowercase a title, fold accented characters, strip punctuation, and join with hyphens for a clean kebab-case slug.
CSV column normalization
Apply per-line conversion across a pasted column of names or labels so each row is independently sentence-cased.
Frequently Asked Questions
Advertisement