100% Secure & Client-Side
Text Case Converter
Convert text casing to uppercase, lowercase, title case, sentence case, camelCase, snake_case, and slug formats. Live metrics on your text.
Words0
Chars0
No Spaces0
Sentences0
Lines0
Casing Types Guide
Sentence Case: Capitalizes the first letter of each sentence.
Title Case: Capitalizes all major words (useful for headings).
camelCase: Concatenates words with capitalization (common in JS).
snake_case: Joins words with underscores (common in Python/DB fields).
CONSTANT_CASE: UPPERCASE joined by underscores (common for constants).
slug-case: lowercase joined by hyphens (ideal for SEO URLs).
UPPERCASE: Converts all characters to capital letters.
lowercase: Converts all characters to small letters.
