Case Converter

Convert text between different case formats. Supports lowercase, uppercase, title case, camelCase, PascalCase, snake_case, and kebab-case.

How to Use

  1. 1

    Enter text

    Type or paste the text you want to convert into the input field.

  2. 2

    Select case format

    Click on any case format button to convert your text to that format.

  3. 3

    Copy result

    The converted text appears in the output field. Copy it to use in your code or documents.

Case formats are conventions for capitalizing and separating words. Different contexts require different formats—camelCase for JavaScript, snake_case for Python, kebab-case for URLs.

  • •Converting variable names between languages
  • •Formatting database column names
  • •Creating URL slugs
  • •Standardizing naming conventions