Skip to content
TL ToolLab

Text Tools

Text Case Converter

Convert text to UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case, and more.

Text Input

Processing…

Result

Converted text will appear here.

How to Use

  1. Type or paste your text.
  2. Select a target case: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, or kebab-case.
  3. Copy the converted result.

About Each Case Style

UPPERCASE/lowercase change every letter's case. Title Case capitalizes the first letter of each word; Sentence case capitalizes only the first letter of each sentence. camelCase, snake_case, and kebab-case are programming naming conventions that join words without spaces, using capitalization, underscores, or hyphens respectively as separators.

Common Uses

  • Converting a heading or title to consistent capitalization.
  • Generating variable names (camelCase, snake_case) from a plain-text label.
  • Creating URL-friendly slugs using kebab-case.