Skip to main content

Case Converter

Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case and more. Free text case converter.

Ad Space

Free Text Case Converter

Convert text between 12 different case formats including programming conventions like camelCase, snake_case and kebab-case.

Supported Cases

  • UPPERCASE / lowercase - Standard text transformations
  • Title Case - Capitalize first letter of each word
  • camelCase / PascalCase - Common in JavaScript and C#
  • snake_case - Used in Python, Ruby, databases
  • kebab-case - Used in CSS, URLs, file names
  • CONSTANT_CASE - For constants and environment variables