Case Converter

Convert text between lowercase, UPPERCASE, camelCase, and more

About Case Converter

The Case Converter transforms text into common programming and writing styles such as lowercase, UPPERCASE, camelCase, PascalCase, snake_case, and kebab-case in one pass. Developers renaming variables and writers normalizing titles use it to keep naming consistent across codebases and documents.

  • Paste identifiers without punctuation first for cleaner camelCase and snake_case results.
  • Use kebab-case for URL slugs and CSS class names; snake_case is common in APIs and databases.
  • Review acronyms after conversion—automated casing may split them unexpectedly.