dev

Case Converter

Convert text between uppercase, lowercase, title, camelCase, snake_case, kebab-case, PascalCase, and CONSTANT_CASE.

Loading…

About Case Converter

Case Converter rewrites text between uppercase, lowercase, Title Case, camelCase, snake_case, kebab-case, PascalCase, and CONSTANT_CASE. It's the fast fix when a variable name, header, file path, or column label is in the wrong convention and you don't want to retype it. Everything runs in your browser, so even snippets from private code stay on your machine.

Category
dev
Input
Accepts: text/plain.
Output
Outputs: text/plain.
Cost
Free, runs in your browser
Memory
low
Privacy: Case Converter runs entirely on your device. Files you provide never leave your browser — no uploads, no server, no tracking. The page works offline once loaded.

Common uses

  • Convert a database column from snake_case to camelCase to match your JavaScript model
  • Turn a phrase into PascalCase for a new class or React component name
  • Reformat an API constant into CONSTANT_CASE for an enum or config key
  • Tidy a messy heading into proper Title Case for a document or slide
  • Switch a variable from kebab-case to snake_case when moving between CSS and Python
  • Normalize a list of identifiers into one consistent casing before pasting into code

Frequently asked questions

Which cases can it produce?

Uppercase, lowercase, Title Case, camelCase, snake_case, kebab-case, PascalCase, and CONSTANT_CASE.

Does it handle multi-word input correctly?

Yes. It detects word boundaries from spaces and existing casing, then rejoins the words in the target convention.

Is my text sent anywhere?

No. The transformation runs entirely in your browser, so nothing — including private code — is uploaded.

What input does it take?

Plain text (text/plain), whether typed in or pasted from a file.

Is there a length limit?

No practical limit for typical snippets; processing is local and effectively instant for normal text sizes.

Does it preserve numbers and acronyms?

Numbers pass through as word segments; acronyms follow the chosen case's standard rules for joining words.

Keywords

  • case
  • convert
  • camel
  • snake
  • kebab
  • pascal
  • upper
  • lower
  • title

Try next