Case Converter

Convert text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, and kebab-case. Eight formats, one click.

text_rotation_noneConvert To

lightbulbQuick Tip

Type or paste text on the left, then click any button to convert. The output updates automatically if you keep editing the input after choosing a conversion.

What is the Case Converter?

A case converter changes the capitalization pattern of a block of text without altering the words themselves. The eight common patterns split between writing styles (UPPERCASE, Title Case, Sentence case) and programming conventions (camelCase, PascalCase, snake_case, kebab-case). Picking the right one is faster than retyping.

How to use the Case Converter

  1. 1

    Paste your text

    Drop the source text into the input pane on the left. Any length works.

  2. 2

    Click a format

    Pick one of the eight buttons in the sidebar. The output appears immediately in the second pane.

  3. 3

    Edit and watch it update

    If you keep typing in the input after picking a format, the output re-converts automatically. Switch formats anytime by clicking a different button.

  4. 4

    Copy the result

    The Copy button puts the converted text on your clipboard, ready to paste into your editor, document, or terminal.

Frequently Asked Questions

What case formats are supported?

Eight: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case. The first four are for writing; the last four are programming naming conventions for variables, classes, database columns, and CSS classes respectively.

What is the difference between camelCase and PascalCase?

Both join words with no separator and capitalize each subsequent word. The difference is the very first letter: camelCase starts lowercase (myVariableName), PascalCase starts uppercase (MyVariableName). JavaScript variables are typically camelCase; React components and class names are PascalCase.

Can I convert large amounts of text?

Yes. There's no character limit, and conversion runs synchronously in your browser. A novel-length manuscript converts in well under a second.

Related Tools