Case Converter

Convert text between 13 formats: UPPERCASE, lowercase, Title Case, camelCase, PascalCase, snake_case, kebab-case & more.

728×90 Leaderboard

Text Case Converter — 13 Formats

Toolify's Case Converter instantly transforms your text into any of 13 common case formats used in writing, programming, and design. Whether you need camelCase for JavaScript variables, snake_case for Python, or Title Case for headlines, this tool handles it in one click.

Paste or type your text in the input box, then click any case format to see the instant result. Use the Swap button to flip input and output, or use Quick Actions to chain conversions without retyping.

Frequently Asked Questions

What is camelCase?

camelCase writes compound words where each word after the first starts with a capital letter and no spaces are used. Example: "helloWorld". Commonly used in JavaScript variable names.

What is the difference between camelCase and PascalCase?

In camelCase, the first word is lowercase (helloWorld). In PascalCase, every word starts with uppercase (HelloWorld). PascalCase is common for class names in programming.

What is snake_case used for?

snake_case uses underscores between words with all lowercase letters. It's commonly used in Python variable names, database columns, and file names.

How many case formats does this tool support?

This tool supports 13 case formats: UPPER CASE, lower case, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, iNVERT cASE, and AlTeRnAtInG cAsE.