K
ken
HomeArticles🕐 Time Converter📋 JSON Tools🖼️ Base64 Image🔑 Password Generator Cron Expression🔤 Case Converter📱 QR Code#️⃣ Hash🔡 Encoding🔍 Regex Tester⚙️ Config Convert🔐 Encrypt/Decrypt

Case Converter

Convert between camelCase, snake_case, kebab-case, PascalCase and more. Auto-detects input format.

Input
🔀

Enter a variable name to convert to all naming conventions

📖 Case Converter Guide

Introduction

The Case Converter transforms text between multiple programming naming conventions. Supports 8 formats including camelCase, PascalCase, snake_case, kebab-case, and more.

Features

  • 8 formats: camelCase, PascalCase, snake_case, kebab-case, dot.case, SCREAMING_SNAKE, Train-Case
  • Real-time conversion: Results update as you type
  • Copy on double-click

How to Use

  1. Type or paste a variable name or phrase
  2. All 8 formats appear in real-time
  3. Double-click any result to copy

Example

Input: user login count camelCase → userLoginCount snake_case → user_login_count kebab-case → user-login-count

Use Cases

  • Migrating code between language conventions
  • Mapping database columns to frontend variables
  • Converting CSS class names to JavaScript variables
  • Enforcing team coding standards