UPPERCASE, lowercase, camelCase, snake_case, kebab-case and more — instant
Convert text between 8 formats: UPPERCASE, lowercase, Title Case, Sentence case, camelCase (JavaScript), snake_case (Python), kebab-case (CSS/URL) and aLtErNaTe case. Useful for developers, content creators and anyone working with different naming conventions.
This tool transforms text into UPPERCASE, lowercase, Title Case, camelCase, snake_case, or kebab-case, useful for quickly formatting text for code or content.
camelCase joins words with no spaces, capitalizing the first letter of every word after the first (e.g. variableName); snake_case separates words with lowercase underscores (e.g. variable_name). They're common conventions across different programming languages.
No, the transformation happens entirely in your browser via JavaScript, without sending the text to any server.
Yes for basic transformations (upper/lowercase), while for Title Case it's worth checking the result on text with accents or apostrophes, which can behave differently than in English.