ScaleWhite Tools

Text Case Converter

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

Input

Results

camelCase
PascalCase
snake_case
CONSTANT_CASE
kebab-case
dot.case
Title Case
UPPER CASE
lower case

What is this tool?

A tool to convert text between different naming conventions at once. It simultaneously converts input text into 9 formats including camelCase, PascalCase, snake_case, CONSTANT_CASE, kebab-case, dot.case, and Title Case. Words are automatically split by detecting spaces, hyphens, underscores, dots, and camelCase boundaries.

How to use

  1. Enter text in the input field (e.g. helloWorld, hello_world, hello-world)
  2. The text is automatically converted to 9 different cases in real time
  3. Use the copy button next to each result to copy to clipboard

Examples

  • Convert JavaScript variable names (camelCase) to Python snake_case
  • Convert CSS class names (kebab-case) to React component names (PascalCase)
  • Convert to CONSTANT_CASE for environment variables