TEXT TOOLS

Text Case Converter

Instantly switch between uppercase, lowercase, camelCase, and more. 9 case styles available.

SELECT CASE TYPE

INPUT TEXT

OUTPUT — Title Case

Converted text will appear here...

How to Use Text Case Converter

1
Paste your text
Type or paste the text you want to convert into the input box above.
2
Choose a case format
Click any of the 9 conversion buttons: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case or aLtErNaTiNg.
3
Result appears instantly
Your converted text appears immediately below the buttons ready to use.
4
Copy and use
Click Copy to copy the converted text to your clipboard.

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.

Related Tools