Case Converter

Convert text to various case formats, suitable for programming and documentation.

Input Text

Enter text to convert

0 chars

Conversion Results

UPPER CASE
-

All Uppercase

lower case
-

All Lowercase

Title Case
-

Title Case

camelCase
-

Camel Case

PascalCase
-

Pascal Case

More Formats

snake_case
-

Snake Case

kebab-case
-

Kebab Case

CONSTANT_CASE
-

Constant Case

Sentence case
-

Sentence Case

AlTeRnAtInG CaSe
-

Alternating Case

iNVERSE cASE
-

Inverse Case

Naming Conventions

Programming Languages

  • JavaScript/Java: camelCase
  • Python/Ruby: snake_case
  • C#/Pascal: PascalCase
  • C++/Java Constants: CONSTANT_CASE
  • CSS/Lisp: kebab-case

Documentation

  • Headings: Title Case
  • Body: Sentence case
  • Emphasis: UPPER CASE
  • Code Identifiers: kebab-case

Best Practices

  • • Maintain consistency
  • • Use meaningful names
  • • Avoid overly long names
  • • Follow team conventions