Programming case formats
camelCase is common for variables and functions, PascalCase for classes and components, snake_case for many database and scripting conventions, and CONSTANT_CASE for constants and environment variables.
Transform text into common writing and programming case formats. Enter text once, compare every available result, and copy the version needed for prose, identifiers, filenames, URLs, or configuration keys.
camelCase is common for variables and functions, PascalCase for classes and components, snake_case for many database and scripting conventions, and CONSTANT_CASE for constants and environment variables.
Structured case formats split the input on spaces and common separators before rebuilding it. Review punctuation and acronyms after conversion when exact editorial casing matters.
kebab-case is the most common choice because words remain readable and are separated with hyphens.
camelCase starts with a lowercase word, while PascalCase capitalizes the first word as well.
Not in every structured format. Review the result when punctuation, acronyms, or exact whitespace must remain unchanged.
Convert text between different case formats
All characters in lowercase
All characters in uppercase
First letter of each word capitalized
First letter of sentence capitalized
First word lowercase, subsequent words capitalized
Each word capitalized, no spaces
Words separated by underscores
Words separated by hyphens
Uppercase with underscores
Words separated by dots
Words separated by forward slashes
Title case with hyphens