String Case Converter

Convert strings between different naming conventions: camelCase, snake_case, PascalCase, kebab-case, and more. Perfect for developers and programmers.

Input String

Output Formats

camelCase
camelCase
PascalCase
PascalCase
snake_case
snake_case
kebab-case
kebab-case
CONSTANT_CASE
CONSTANT_CASE
dot.case
dot.case
space case
space case
Title Case
Title Case

How to Use

  1. Enter your string in any format (camelCase, snake_case, kebab-case, etc.)
  2. The tool automatically converts your input to all available formats
  3. View all converted outputs instantly
  4. Click the copy button next to each format to copy the result
  5. Use the cleared button to reset and start over

Use Cases

🔌
API Integration

Converting API response keys to programming variables

🗄️
Database Design

Preparing database column names in proper format

⚙️
Configuration

Generating configuration constants and environment variable names

💻
Code Generation

Creating class names and function names from descriptive text

How It Works

  • Word Boundary Detection: Automatically identifies word boundaries in any input format
  • camelCase: First word lowercase, subsequent words capitalized with no separators
  • PascalCase: All words capitalized with no separators
  • snake_case: Words separated by underscores, all lowercase
  • kebab-case: Words separated by hyphens, all lowercase
  • Multiple Formats: Converts to 8 different case formats simultaneously

Quick Tips

  • Supports 8 different case formats
  • Automatic word boundary detection
  • Numbers handled intelligently
  • One-click copy for each format