Case Converter

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

The Case Converter transforms text between eight different formats: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, kebab-case and snake_case.

Your files are processed locally in your browser and are not uploaded.

UPPERCASE

—

lowercase

—

Title Case

—

Sentence case

—

camelCase

—

PascalCase

—

kebab-case

—

snake_case

—

How to use Case Converter

  1. 1

    Type or paste the text

  2. 2

    Choose the target format

    One of the eight available formats.

  3. 3

    Copy the result

When to use each format

camelCase and PascalCase are common conventions for variable and class names in programming — the difference is just whether the first letter is lowercase or uppercase. kebab-case (with hyphens) is common in URLs and file names; snake_case (with underscores) shows up a lot in databases and languages like Python.

When should you use this tool?

  • Developers

    Convert a name to the right naming convention (variable, URL, file).

  • Writing

    Adjust the capitalization of a title or heading.

  • Data organization

    Standardize the case of a list of values before using them.