Skip to main content

String Case Converter

v1.0.1

Convert text between camelCase, PascalCase, snake_case, kebab-case, and 6 more formats instantly.

Converts text between all common naming conventions — camelCase, PascalCase, snake_case, kebab-case, SCREAMING_SNAKE_CASE, Title Case, dot.case, and path/case — with instant preview for all formats simultaneously.

How to use
  • Type or paste any string (e.g. a variable name, headline, or slug) into the input field.
  • Review all case variants in the output grid and click any row to copy that specific format.
  • Use the batch mode to convert a list of strings — one per line — to a chosen target case.
  • The converter handles spaces, existing delimiters, and mixed-case input consistently.

camelCase

helloWorldExample

PascalCase

HelloWorldExample

snake_case

hello_world_example

kebab-case

hello-world-example

UPPER_SNAKE_CASE

HELLO_WORLD_EXAMPLE

dot.case

hello.world.example

Title Case

Hello World Example

UPPERCASE

HELLO WORLD EXAMPLE

lowercase

hello world example

Sentence case

Hello world example