Text Case Converter

Convert text to UPPER, lower, Title, camelCase, or snake_case.

About the Text Case Converter

Switching text between UPPERCASE, lowercase, Title Case, camelCase, and snake_case manually is tedious and error-prone, especially for longer text or code-related naming conventions.

This tool converts pasted text into any of these formats instantly, which is useful for writing, formatting headlines, or preparing variable names for code.

How to Use This Tool

  1. 1Paste or type your text.
  2. 2Select the case format you want (UPPER, lower, Title Case, camelCase, snake_case).
  3. 3Copy the converted result.

Frequently Asked Questions

What's the difference between camelCase and snake_case?

camelCase joins words with no spaces and capitalizes each word after the first (e.g., myVariableName), while snake_case joins words with underscores in lowercase (e.g., my_variable_name) — both are common naming conventions in programming.

Related Tools