How Case Converter works
The case converter transforms pasted text into any of nine common casing styles: camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, Title Case, Sentence case, UPPER CASE and lower case. You pick the target format, click once to copy, and the conversion is done. Nothing you type or paste is transmitted anywhere; every transformation runs as a plain string operation inside your browser tab.
The conversion logic handles apostrophes, hyphens and mixed separators correctly. Sentence case capitalises only the first word and treats consecutive whitespace as a single word boundary. Title Case capitalises every word except short conjunctions and prepositions when they appear mid-phrase. The output field updates the moment you stop typing, so round-tripping through several formats takes only a few seconds.