Text Case Converter transforms any text into eight common case formats simultaneously — UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, and kebab-case. Each output has its own copy button for quick use.
camelCase starts with a lowercase letter (e.g. myVariable). PascalCase starts with an uppercase letter (e.g. MyVariable). Both remove spaces and capitalize subsequent words.
Yes. Paste any text and the converter strips special characters as needed for code-safe formats like snake_case and kebab-case.
Title Case capitalizes the first letter of most words (common for headings: 'This Is A Title'). Sentence case capitalizes only the first letter of the sentence (standard prose: 'This is a sentence').
Yes — for case formats like UPPERCASE, lowercase, Title Case, and Sentence case, punctuation and numbers are preserved. For code formats like snake_case and kebab-case, special characters are stripped or converted to separators.
The converter works from your input as-is. If you paste camelCase text, the case-detection logic for splitting words may not perfectly reverse-engineer original word boundaries in all cases.
Different contexts need different conventions: snake_case for Python/database fields, camelCase/PascalCase for JavaScript/Java, kebab-case for URLs and CSS classes, and Title/Sentence case for human-readable text.
Yes — all 8 outputs update instantly as you type or paste, with no button press required.