DesiToolkit
Utilities

Text Case Converter

Convert text between camelCase, snake_case, PascalCase, UPPER, lower, Title Case, and more.

Advertisement

Ad • 320×50
Enter text above to see all case conversions

Advertisement

Ad • 300×250
About this tool

How to use Text Case Converter

  1. 1Type or paste your text in the input box
  2. 2All 12 case formats update instantly
  3. 3Click Copy next to any format to copy to clipboard

Frequently Asked Questions

What is camelCase?

camelCase joins words without spaces, capitalizing each word after the first (e.g. myVariableName). It is widely used in JavaScript, Java, and most object-oriented languages for variable and function names.

What is snake_case?

snake_case uses underscores between words, all lowercase (e.g. my_variable_name). It is standard in Python, Ruby, SQL column names, and many API field names.

What is kebab-case?

kebab-case uses hyphens between words, all lowercase (e.g. my-variable-name). It is used in CSS class names, HTML attributes, URL slugs, and some CLI tool options.

Related Tools