Utils Hub

Case Converter

Convert text to uppercase, lowercase, camelCase, snake_case, and more.

How to Use

  1. Enter or paste your text in the input area.
  2. Click a conversion button to transform the text.
  3. Copy the result using the copy button.

FAQ

How does camelCase conversion work?

The text is split into words (by spaces, hyphens, underscores, or camelCase boundaries), then joined with the first word lowercase and subsequent words capitalized.

What is CONSTANT_CASE?

CONSTANT_CASE (also called SCREAMING_SNAKE_CASE) uses all uppercase letters with underscores between words. It is commonly used for constants in programming.