Text Tools
Case Converter
Switch text between uppercase, lowercase, title case, sentence case, camelCase, snake_case and kebab-case.
Your information is processed in your browser and is not uploaded to our servers.
Text
Converted
About this tool
Case conversion is a local string transform: upper, lower, title, sentence, camel, snake and kebab/slug style.
How to use
- Paste text.
- Choose a case.
- Copy the output.
Formula and methodology
Title case capitalises word starts. camelCase and snake_case split on non-alphanumerics. kebab-case uses the slug rules.
Worked example
The Quick Brown Fox → the_quick_brown_fox in snake_case.
Frequently asked questions
Is text uploaded?+
No.
Does title case know about “and” or “of”?+
No. Every word is capitalised. That is predictable, not Chicago style.
Related tools
Slug Generator
Turn a title into a URL-safe slug with lowercase letters, numbers and hyphens.
Open tool →
Word Counter
Count words, characters, sentences and estimated reading time.
Open tool →
Text Sorter
Sort lines A–Z, Z–A, by length, or shuffle them with a local random generator.
Open tool →
Remove Extra Spaces
Collapse repeated spaces, trim lines and optionally squeeze blank lines.
Open tool →
Character Counter
Count characters with and without spaces.
Open tool →
Remove Duplicate Lines
Drop duplicate lines from a list while keeping the original order.
Open tool →