---
title: Case Converter — camelCase, snake_case, kebab-case & More
url: https://varstatt.com/toolkit/case
description: Convert text between camelCase, snake_case, kebab-case, PascalCase, Title Case, SCREAMING_SNAKE_CASE, and more. All variants at once.
section: Developer Toolkit (https://varstatt.com/toolkit)
tags: text
related: Case (https://varstatt.com/toolkit/case), Slug (https://varstatt.com/toolkit/slug), Regex (https://varstatt.com/toolkit/regex)
---
# Case Converter

Convert text between camelCase, snake_case, kebab-case, PascalCase, Title Case, SCREAMING_SNAKE_CASE, and more. All variants at once.

## How It Works

1. **Type or paste your text** — Enter any text into the input area — variable names, titles, sentences, or anything you need to re-case.
2. **See all conversions at once** — Every case variant is generated in real time: camelCase, snake_case, kebab-case, PascalCase, Title Case, and more.
3. **Copy the one you need** — Click the copy button on any conversion card to copy it to your clipboard instantly.

## FAQ

### What case formats are supported?

camelCase, PascalCase, snake_case, SCREAMING_SNAKE_CASE, kebab-case, UPPER CASE, lower case, Title Case, Sentence case, dot.case, and path/case.

### Does it handle multi-word input?

Yes. The tool splits on spaces, hyphens, underscores, dots, slashes, and camelCase boundaries — so 'myVariableName', 'my-variable-name', and 'My Variable Name' all produce the same set of outputs.

### Is this useful for programming?

Absolutely. Different languages and frameworks use different naming conventions — camelCase in JavaScript, snake_case in Python, kebab-case in CSS, PascalCase in C#. This tool lets you convert between them instantly. For generating URL-safe strings, also check the [slug generator](https://varstatt.com/toolkit/slug-generator).

## Usage

This tool runs entirely in the browser — visit the URL above to use it.

Prefill inputs via URL parameters:

- `https://varstatt.com/toolkit/case?source=...`

## Related Tools

- [Case](https://varstatt.com/toolkit/case)
- [Slug](https://varstatt.com/toolkit/slug)
- [Regex](https://varstatt.com/toolkit/regex)
