Case Converter

Convert text between camelCase, snake_case, kebab-case, and more.

Result

Related tools

How it works

  1. 1Paste or type your text into the input area.
  2. 2Select the target format from the dropdown (UPPERCASE, lowercase, Title Case, camelCase, PascalCase, snake_case, kebab-case).
  3. 3The tool converts the text instantly.
  4. 4Copy the converted result.

Example

Input: 'hello world'
kebab-case Output: 'hello-world'
camelCase Output: 'helloWorld'