Text

Text Case Converter

Type a phrase once and instantly see it in every common case used in code and prose: camelCase, PascalCase, snake_case, CONSTANT_CASE, kebab-case, dot.case, path/case, Title Case, Sentence case, and inverse case.

input.txt19 chars
  • camelCase
    helloWorldExample
  • PascalCase
    HelloWorldExample
  • snake_case
    hello_world_example
  • CONSTANT_CASE
    HELLO_WORLD_EXAMPLE
  • kebab-case
    hello-world-example
  • dot.case
    hello.world.example
  • path/case
    hello/world/example
  • Title Case
    Hello World Example
  • Sentence case
    Hello world example
  • lower case
    hello world example
  • UPPER CASE
    HELLO WORLD EXAMPLE
  • iNvERSE
    HELLO WORLD EXAMPLE
runtime

Browser-local execution

Inputs stay inside the current tab unless you copy, download or explicitly export.

memory

Session handoff

Magic Paste can pass input to a target tool through sessionStorage, never through the URL.

control

User-owned state

Favorites, recent tools and workflow history are local browser data you can clear from the browser.

smart handoff graph

Suggested next moves

session handoff ready
sponsor

Fixed native slots for developer products. No third-party tracking, no popups, no layout shift.

Sponsor this tool
01

How to use

  1. 01Type or paste any text into the input box.
  2. 02All twelve cases update live — click any card to copy.
02

FAQ

How are word boundaries detected?
The tool splits on whitespace, dashes, underscores, dots and slashes, and also detects camelCase boundaries (lower→upper transitions and acronyms).
03

Related tools