🔤

Free Text Case Converter

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

← Back to all tools

Advertisement

Result will appear here...

Copied!

Advertisement

How to Convert Text Case

1

Type or paste your text

Enter any text in the input — a sentence, paragraph, variable name, or anything you need to convert.

2

Click the case you want

Choose from UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case, or Reverse.

3

Copy the result

Click Copy to copy the converted text. Switch between case styles anytime without re-pasting.

Frequently Asked Questions

What is camelCase?

camelCase joins words with the first word lowercase and each subsequent word capitalized. Example: myVariableName. Used in JavaScript, Java, and Swift.

What is snake_case?

snake_case uses all lowercase with underscores between words. Example: my_variable_name. Used in Python, Ruby, and SQL column names.

What is kebab-case?

kebab-case uses all lowercase with hyphens between words. Example: my-variable-name. Used in CSS class names, URL slugs, and HTML attributes.

When should I use Title Case?

Title Case capitalizes the first letter of each word. Use it for article headings, page titles, and book titles.

Related Tools