Text Case Converter

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

Input Text0 chars

How to Convert Text Case Online

  1. 1.Type or paste your text, variable name, or any string into the input box.
  2. 2.The tool automatically splits your input into words by detecting camelCase boundaries, underscores, hyphens, and spaces.
  3. 3.All naming conventions are generated instantly — camelCase, PascalCase, snake_case, kebab-case, and more.
  4. 4.Click Copy next to any result to copy it to your clipboard.

Frequently Asked Questions

What naming conventions are supported?

This tool supports camelCase, PascalCase, snake_case, kebab-case, SCREAMING_SNAKE_CASE, Title Case, Sentence case, lowercase, and UPPERCASE. These cover all common programming naming conventions.

How does the tool detect word boundaries?

The converter automatically detects word boundaries from camelCase transitions (e.g., "helloWorld" -> "hello World"), underscores, hyphens, and spaces. This means you can input text in any format.

When should I use each naming convention?

camelCase is standard for JavaScript/Java variables. PascalCase is used for class names. snake_case is common in Python and Ruby. kebab-case is used in CSS and URLs. SCREAMING_SNAKE_CASE is for constants.

Is my data sent to a server?

No. All text conversion runs entirely in your browser. Your text is never uploaded or stored anywhere.