Skip to main content

Case Converter

Convert text between 9 cases: camel, snake, kebab, and more.

What does this tool do?

Direct answerCase Converter transforms text between lowercase, uppercase, title, sentence, camel, pascal, snake, kebab, and constant case.
Key factcamelCase and PascalCase split on spaces, hyphens, and existing capital boundaries.
ProcessingRuns locally in your browser; no data is sent to a server.

How to use

  1. Paste text into the input.
  2. Pick a target case.
  3. Copy the converted output.

Example

Input

the quick brown fox

Output

theQuickBrownFox (camelCase)

Who is this for?

This tool was built for people who need a fast answer in the browser — no install, no account, no data leaving the device.

Writers cleaning up drafts, developers batch-fixing text, translators, and students. Paste, transform, copy — no signup, no limits.

Frequently asked questions

What is CONSTANT_CASE?

UPPER_SNAKE_CASE — the convention for constants.

Does it handle existing camelCase?

Yes — word boundaries are detected from capitals too.

Sentence case?

First letter of each sentence capitalized, rest lowercase.

More tools in this category