Text Case Converter
Instantly switch between uppercase, lowercase, camelCase, and more. 9 case styles available.
SELECT CASE TYPE
INPUT TEXT
OUTPUT — Title Case
How to Use Text Case Converter
Frequently Asked Questions
What is camelCase?
camelCase joins words together with no spaces, capitalizing each word after the first. It is commonly used in JavaScript variable and function names.
What is the difference between camelCase and PascalCase?
camelCase starts with a lowercase letter (myVariableName) while PascalCase starts with an uppercase letter (MyVariableName). PascalCase is commonly used for class names.
What is snake_case used for?
snake_case uses underscores between words in all lowercase. It is commonly used in Python variable names and database column names.
What is kebab-case?
kebab-case uses hyphens between words in all lowercase. It is commonly used in CSS class names and URL slugs.
Can I convert large amounts of text?
Yes. There is no character limit. Works with text of any length instantly.