Skip to content

Convert text to camelCase

Convert sentences, kebab-case or snake_case to camelCase, the usual format for JavaScript variables.

Processed on your device. Nothing is sent to any server.

Convert sentences, kebab-case or snake_case to camelCase, the standard naming convention for variables and functions in JavaScript, TypeScript and Java.

Detects separators (spaces, hyphens, underscores and case changes) and rebuilds the text with the first word lowercase and the rest capitalized, with no spaces.

Use cases

  • Naming JavaScript or TypeScript variables.
  • Converting snake_case column names to camelCase for a JS object.
  • Normalizing property names in a JSON payload.

How it works

  1. 1

    Paste your text

    Type a sentence, kebab-case or snake_case on the left.

  2. 2

    Copy the result

    The camelCase identifier appears automatically on the right.

Frequently asked questions

Does it accept snake_case or kebab-case as input?
Yes, it detects underscores, hyphens and spaces as word separators.
Text