Aa

Case Converter

Switch between camelCase, snake_case, kebab-case, and more.

case-converter.tool
camelCase
-
PascalCase
-
snake_case
-
kebab-case
-
CONSTANT_CASE
-
Title Case
-
Sentence case
-
lower case
-
UPPER CASE
-
Nothing you type here is ever sent to a server.
Overview

What is a case converter?

This tool converts text between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, Sentence case, and more - all at once, so you can see and copy whichever format you need without converting one at a time.

Quick start

How to use this tool

  1. 1Type or paste your text.
  2. 2All case formats update live and are shown simultaneously.
  3. 3Copy whichever format you need.
Where it helps

Common use cases

Converting a variable or function name between coding conventions
Generating a CONSTANT_CASE name for an environment variable or config key
Converting a title between Title Case and Sentence case for consistency
Turning spaced-out text into a valid camelCase or snake_case identifier
Good to know

Frequently asked questions

How does it detect word boundaries in something like 'myVariableName'?

It splits on transitions from lowercase to uppercase letters (as well as spaces, hyphens, and underscores), so camelCase or PascalCase input is correctly broken back into individual words before converting to a new format.

Does it handle numbers in the text?

Numbers are treated as part of the surrounding word and preserved as-is across all formats.

What's the difference between Title Case and Sentence case?

Title Case capitalizes the first letter of every word; Sentence case only capitalizes the first letter of the whole string.

Is my text sent anywhere?

No - conversion happens entirely in your browser.

quick_facts.json

{

"runs_in_browser": true,

"data_sent_to_server": false,

"signup_required": false,

"price": "free",

"category": "tools"

}

Related tools

RGX
No signup
Regex Tester

Test regular expressions live with match highlighting.

Open tool
123
No signup
Word Counter

Count words, characters, and reading time instantly.

Open tool