Text Case Converter

Convert text between different case formats commonly used in programming and writing.

About This Tool

This tool helps you convert text between various case formats used in programming and writing. It supports a wide range of case styles and provides real-time conversion.

Features:

  • Multiple case format support
  • Real-time conversion
  • Common programming cases
  • Copy to clipboard functionality

Privacy Note: All text conversion is performed locally in your browser. No text or data is transmitted or stored on any servers, ensuring your content remains completely private.

Choose from various case formats used in different programming languages and conventions.

camelCase

First word lowercase, then capitalize each word

Example:myVariableName

Your text converted to camelCase

Available Case Formats

Here's a complete list of supported case formats with examples

camelCase

First word lowercase, then capitalize each word

myVariableName

PascalCase

Capitalize each word, no separators

MyVariableName

snake_case

Lowercase with underscores

my_variable_name

kebab-case

Lowercase with hyphens

my-variable-name

CONSTANT_CASE

Uppercase with underscores

MY_CONSTANT_NAME

dot.case

Lowercase with dots

my.variable.name

path/case

Lowercase with forward slashes

path/to/resource

lowercase

All lowercase, no separators

lowercasetext

UPPERCASE

All uppercase, no separators

UPPERCASETEXT

Title Case

Capitalize first letter of each word

My Variable Name

Sentence case

Capitalize first letter of sentence

My variable name

flatcase

No spaces or separators

myvariablename

COBOL-CASE

Uppercase with hyphens

MY-VARIABLE-NAME

Train-Case

Capitalized with hyphens

My-Variable-Name

Ada_Case

Capitalized with underscores

My_Variable_Name

aLtErNaTiNg

Alternating case for each character

mY vArIaBlE nAmE