🔤 Text Case Converter
Convert text to UPPERCASE, lowercase, Title Case, Sentence case, and more. Transform text formatting instantly.
Convert text to UPPERCASE, lowercase, Title Case, Sentence case, and more. Transform text formatting instantly.
Convert text between any case format instantly — UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and SCREAMING_SNAKE_CASE. Paste your text, click a format, and copy the result. All conversion runs in your browser.
getUserByIdUserProfileuser_first_nameMAX_RETRY_COUNTprimary-buttonBoth concatenate words without separators. camelCase starts with a lowercase letter (myVariable). PascalCase starts with uppercase (MyVariable). Most languages use camelCase for variables/functions and PascalCase for classes/types.
snake_case (underscores) is standard in Python, Ruby, and SQL. kebab-case (hyphens) is standard in URLs, CSS, and HTML. Never use kebab-case in JavaScript variable names — the hyphen is the subtraction operator.
Yes. Common acronyms are treated as single words so getUserID converts to get_user_id (not get_user_i_d) in snake_case.