Case Converter
Convert text to UPPERCASE, lowercase, Title Case or camelCase.
Convert text to UPPERCASE, lowercase, Title Case or camelCase.
A case converter transforms the capitalization of text between different formats: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, and kebab-case. These transformations are used in writing, programming, and data formatting.
UPPERCASE is used for headings, acronyms, and emphasis. lowercase is used for casual writing and URL slugs. Title Case capitalizes the first letter of each major word — used in article titles and headings. Sentence case capitalizes only the first word — used for regular sentences. camelCase and snake_case are used in programming for variable and function names.
camelCase starts with a lowercase letter (myVariable), while PascalCase starts with an uppercase letter (MyVariable). Both are used in programming.
Standard Title Case does not capitalize articles (a, an, the), short prepositions, or conjunctions unless they are the first word.