Skip to content
Lite Tools

Text

Text case converter

Convert text between UPPER CASE, lower case, Title Case, camelCase, snake_case, and kebab-case. Word boundaries follow spaces, hyphens, underscores, and camel humps.

Enter text to convert.

How to use

Paste text, pick a case style, and copy the live output.

Questions

How are words detected?
The converter splits on spaces, hyphens, underscores, and camelCase boundaries, then rebuilds the chosen style.
Does Title Case use linguistic rules?
It capitalizes the first letter of each detected word. It does not apply style-guide exceptions for short words.