Text Tools

Case Converter

Convert text to any case format

Convert text between uppercase, lowercase, title case, sentence case, camelCase, snake_case, kebab-case, and PascalCase — instantly in your browser. No setup or account needed.

How to Use Case Converter

  1. 1Paste or type your text into the input box
  2. 2Click the desired case format button — uppercase, lowercase, title case, sentence case, camelCase, snake_case, and more
  3. 3The converted text appears instantly in the output
  4. 4Click "Copy" to copy the result to clipboard

Features

  • UPPERCASE, lowercase, Title Case, and Sentence case conversions
  • camelCase for JavaScript/Java, snake_case for Python/SQL, kebab-case for URLs and CSS, PascalCase for class names
  • Instant conversion with no button needed — results update as you type
  • All processing browser-local — nothing uploaded to any server

Frequently Asked Questions

What is camelCase?

camelCase joins words without spaces, capitalizing each word after the first. Example: "my variable name" becomes "myVariableName". Common in JavaScript and Java.

What is snake_case?

snake_case joins words with underscores, all lowercase. Example: "my variable name" becomes "my_variable_name". Common in Python, SQL, and Ruby.

What is kebab-case?

kebab-case joins words with hyphens, all lowercase. Example: "my variable name" becomes "my-variable-name". Standard for URLs and CSS class names. Use the Slug Generator for full URL-friendly slug creation.