Case Converter
Converts your text to uppercase, lowercase, and title case all at once, so you can pick whichever you need.
Converts your text to uppercase, lowercase, and title case all at once, so you can pick whichever you need.
Use cases
- Formatting a heading to title case for a document
- Normalizing user input to lowercase before comparison
Examples
Simple sentence
hello World
{"upper": "HELLO WORLD", "lower": "hello world", "title": "Hello World"}FAQ
Is my data sent to a server?
Yes — case conversion runs on the server for this tool.