Convert text between various case formats. Supports developer-friendly formats like camelCase, snake_case, and kebab-case.
Type or paste the text you want to convert.
Choose your desired case format from the available options.
Copy the converted text to your clipboard.
Applies different case transformations using JavaScript string methods and custom algorithms.
Includes uppercase, lowercase, title case, sentence case, and various programming cases like camelCase and snake_case.
Upper/lower case use JavaScript's built-in string methods with locale awareness. Title case splits on word boundaries and capitalizes first letters. Programming cases (camelCase, snake_case) use regex to identify word boundaries and apply transformations.
For Title Case, we identify words by spaces, hyphens, and other punctuation. For camelCase detection, we find boundaries at capital letters and underscores. This allows converting between any case style while preserving the original word structure.
The tool supports: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE.
Saved Presets is a Supporter feature.
Tool History is a Supporter feature.
Tool Notes is a Supporter feature.