ToolsWave

Case Converter

Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case, and more. Click a button and the text is converted instantly.

How to Use

1

Type or paste your text into the input box.

2

Click any case conversion button to convert your text.

3

The converted result appears below. Click 'Copy' to copy it.

4

Try different conversions — they all work on the original input.

Frequently Asked Questions

What is the difference between camelCase and PascalCase?

camelCase starts with a lowercase letter (helloWorld), while PascalCase starts with an uppercase letter (HelloWorld). Both are commonly used in programming.

When should I use snake_case vs kebab-case?

snake_case (hello_world) is common in Python, Ruby, and database columns. kebab-case (hello-world) is used in URLs, CSS class names, and file names.

What is alternating case?

Alternating case (aLtErNaTiNg) switches between lowercase and uppercase for each character. It's mainly used for fun or meme text.