Aa
Case Converter
Convert text to UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case, and alternating case instantly.
Enter text above then choose a conversion
Frequently asked questions
+What is Title Case?
Title Case capitalises the first letter of every word. It's used for titles, headings, and proper nouns.
+What is camelCase?
camelCase joins words together with no spaces, capitalising the first letter of each word except the first. It's commonly used in programming variable names.
+What is snake_case?
snake_case uses all lowercase letters with underscores between words. It's widely used in Python variable names, database columns, and file names.