Case converter is a browser-based text tool for transforming any text between camelCase, snake_case, kebab-case, PascalCase, Title Case, and more. Paste your text and click a case button to convert instantly.
CONVERT TO
Currently converting to camelCase.
Direct links for each case format.
String.prototype methods (toLowerCase, toUpperCase, split, replace) with Unicode-aware regex. No external library.Reviewed and tested May 25, 2026.