Skip to content

Loading the editor only when it is ready

🔄 String Case Converter — Free Online Tool

Convert strings between different case formats instantly with our free online String Case Converter. Supports camelCase, PascalCase, snake_case, kebab-case, and more — all processing happens in your browser.


🚀 What Is String Case Conversion?

String case conversion transforms text between different naming conventions commonly used in programming:

  • camelCase - first word lowercase, subsequent words capitalized (e.g., "helloWorld")
  • PascalCase - each word capitalized (e.g., "HelloWorld")
  • snake_case - words lowercase separated by underscores (e.g., "hello_world")
  • kebab-case - words lowercase separated by hyphens (e.g., "hello-world")
  • SCREAMING_SNAKE - all uppercase with underscores (e.g., "HELLO_WORLD")
  • Train-Case - each word capitalized with hyphens (e.g., "Hello-World")
  • dot.case - words lowercase separated by dots (e.g., "hello.world")

🛠️ String Case Converter Features

  • 7 case formats — camelCase, PascalCase, snake_case, kebab-case, SCREAMING_SNAKE, Train-Case, dot.case
  • Instant conversion — convert between formats in one click
  • 100% client-side — no data sent to any server
  • Preserves content — keeps your original text intact

📌 Example

Input: hello world example

  • camelCase: helloWorldExample
  • PascalCase: HelloWorldExample
  • snake_case: hello_world_example
  • kebab-case: hello-world-example
  • SCREAMING_SNAKE: HELLO_WORLD_EXAMPLE
  • Train-Case: Hello-World-Example
  • dot.case: hello.world.example

💡 Use Cases

1. Programming

Convert variable names between different coding conventions.

2. Database

Transform column names to snake_case for SQL.

3. APIs

Standardize JSON keys or URL parameters.

4. Configuration

Convert config file keys to kebab-case.


🌐 Related Tools

  • JSON Formatter — format and validate JSON
  • YAML Formatter — format and validate YAML

Start using the String Case Converter now — fast, free, and secure.