ToolWren logo ToolWren
ToolWren › Case Converter

Case Converter

Convert text into nine different cases at once — from UPPERCASE and Title Case to camelCase, snake_case and kebab-case — and copy whichever you need.

100% client-side · nothing is uploaded

Loading tool…

How to use the Case Converter

  1. Type or paste your text into the Input box.
  2. The converted result appears automatically in the output area — no button to press.
  3. Review the output, then click Copy to copy it to your clipboard.
  4. Edit the input at any time and the result updates live.

Privacy: this tool runs entirely in your browser. Your input is never sent to, received by, or stored on any server — there are no uploads and no tracking of what you enter.

About Case Converter

Natural-language cases

UPPERCASE, lowercase, Title Case and Sentence case are for prose — headlines, labels and copy.

Programming cases

camelCase and PascalCase are common for variables and types; snake_case and CONSTANT_CASE for Python and constants; kebab-case for URLs, CSS classes and file names.

Smart word splitting

The converter detects word boundaries from spaces, underscores, hyphens and camelCase humps, so you can convert from any style to any other.

Frequently asked questions

Can it convert from camelCase to snake_case?
Yes — it splits on capital letters and separators, so any input style converts to any output style.
What's the difference between Title and Sentence case?
Title Case capitalises every word; Sentence case capitalises only the first word of each sentence.
Can I copy just one result?
Yes — each case has its own Copy button.

Related tools