SSDown Logo

Text Case Converter

Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, and more — instantly and privately in your browser.

Your Text

0 words0 characters

Result

How it Works

Convert text to any case format in three simple steps.

Paste or Type

Enter your text in the input box by typing or pasting from any source.

Pick a Case Format

Click any case format such as UPPERCASE, camelCase, or snake_case to transform your text.

Copy the Result

Click Copy Result to copy the converted text to your clipboard.

Case Convention Tips

Choose the right case for the right context.

camelCase & PascalCase

Use camelCase for JavaScript and TypeScript variables and functions, and PascalCase for class names, components, and types.

snake_case

Use snake_case for Python variables and functions, and for database column and table names.

kebab-case

Use kebab-case for URLs, file names, and CSS class names, since hyphens are URL-safe and readable.

Title Case

Use Title Case for headlines, article titles, and headings to give them a polished, professional look.

Frequently Asked Questions