Text Case Converter

Paste or type your text, then click a case to convert.

0 characters0 words
Output
Copied to clipboard!

About This Tool

Convert text between different cases: UPPERCASE, lowercase, Title Case, Sentence case, and more. Useful for formatting titles, fixing pasted text, or converting variable names between coding conventions.

How to Use

  1. Paste or type your text in the input area.
  2. Click the case conversion button you need.
  3. Copy the converted text.

Frequently Asked Questions

What is title case?

Title case capitalizes the first letter of each major word. Minor words like 'and,' 'the,' and 'of' stay lowercase unless they're the first word. Example: 'The Art of War.'

How do I convert camelCase to snake_case?

Paste your camelCase text and select the snake_case conversion. It inserts underscores before each uppercase letter and lowercases everything.