Case Converter

Convert text to camelCase, PascalCase, snake_case, kebab-case, and more.

Local Processing
Files are not uploaded to any server. All operations are performed in your browser.
camelCase:camelCase
PascalCase:PascalCase
snake_case:snake_case
kebab-case:kebab-case
CONSTANT_CASE:CONSTANT_CASE
Sentence case:Sentence case
Title Case:Title Case
UPPERCASE:UPPERCASE
lowercase:lowercase

How to Use

  1. 1

    Paste your text into the input area.

  2. 2

    Select target case: camelCase, snake_case, etc.

  3. 3

    Click 'Convert' to see the result.

  4. 4

    Copy the converted text.

Use Cases

Programming

Convert variable and function names to the correct case for your coding style.

Naming Conventions

Apply consistent naming conventions across your project.

Quick Conversion

Convert any text to the case you need in one click.

FAQ

What case types are supported?
camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Sentence case, Title Case, UPPERCASE, and lowercase.
How does conversion work?
Text is automatically split into words and reformatted based on the selected case type.