Convert text to any case instantly. Paste your text and click any format to copy it.
Capitalises first letter of each major word. Articles, conjunctions, and short prepositions are lowercase unless they start the title.
Compound words with no spaces, each word (except first) capitalised. Example: myVariableName. Used in JavaScript and Java.
Words separated by underscores, all lowercase. Example: my_variable_name. Used in Python and databases.
Words separated by hyphens, all lowercase. Example: my-variable-name. Used in CSS, HTML attributes, and URLs.
UPPERCASE capitalises all letters. Sentence case capitalises only the first word. Title Case capitalises each major word.