Case Converter
See your text in every case at once — including the programmer ones — with a word and character count as you type.
- Characters
- 0
- Without spaces
- 0
- Words
- 0
- Sentences
- 0
- Paragraphs
- 0
- Reading time
- under a minute
Every case appears here as you type, with a copy button for each.
How to use it
- Paste or type your text.
- Every case appears below, updating live.
- Copy whichever one you need.
Questions
What is title case exactly? Capitals on the significant words, with short joining words like ’of’, ’the’ and ’and’ left lowercase — unless they are first or last. ’The Lord of the Rings’, not ’The Lord Of The Rings’.
Does it handle camelCase input? Yes. Case conversion works from any starting case, so camelCase converts to snake_case and back without going through spaces first. Acronyms survive: parseHTTPResponse becomes parse_http_response, not parse_h_t_t_p_response.
How is reading time calculated? At 200 words per minute, roughly average for reading prose on screen.