Case Converter

Transform text into eight common writing and identifier case styles.

Private browser processing: Text is processed in your browser and is not uploaded to our server.

Converted text

About the Case Converter

Switch ordinary prose, headings and identifiers between common capitalization and separator conventions without retyping them.

How to use it

  1. Enter text in the left editor.
  2. Choose one of the eight case styles.
  3. Review and copy the converted result.

Writing cases

Upper, lower, title and sentence case are intended for readable text. Title case capitalizes the start of each detected word.

Identifier cases

camelCase and PascalCase join words, while kebab-case and snake_case use separators commonly found in URLs, filenames and code.

Example

The phrase Compound Interest Calculator becomes compoundInterestCalculator, CompoundInterestCalculator, compound-interest-calculator or compound_interest_calculator.