Text Case Converter

Convert text to different case formats instantly

Back to Tools

Professional Text Case Converter

Transform text into various case formats for different programming and writing needs

Case Conversion Type

Live Preview

Enter text above to see live preview...

Case Conversion Guide

Programming Cases

  • camelCase: Variables in JavaScript, Java
  • PascalCase: Classes, functions in C#
  • snake_case: Variables in Python, Ruby
  • kebab-case: CSS classes, URLs
  • dot.case: File names, configurations

Writing Cases

  • Title Case: Headlines, book titles
  • Sentence case: Normal sentences
  • UPPERCASE: Emphasis, constants
  • lowercase: Informal text, tags

Special Cases

  • AlTeRnAtInG: Mocking text, emphasis
  • iNVERSE: Swap existing capitalization
  • CONSTANT_CASE: Programming constants
  • Header-Case: HTTP headers

Usage Tips

  • Use camelCase for JavaScript variables
  • Use PascalCase for class names
  • Use snake_case for Python functions
  • Use kebab-case for CSS and URLs
  • Use UPPERCASE for constants
  • Use Title Case for proper nouns