The case styles
"Case" refers to how letters and word boundaries are formatted. The everyday styles are UPPERCASE, lowercase, Title Case (each major word capitalised) and Sentence case (only the first letter of each sentence). Programmers also use camelCase, snake_case and kebab-case for names with no spaces.
This converter applies each transformation to your exact text at once, so you can copy whichever form a document, headline or codebase needs.
Worked example
The phrase "order id" in code styles:
Title case vs sentence case
Title Case capitalises the first letter of each significant word — this tool capitalises every word for simplicity, which suits headlines. Sentence case capitalises only the first letter after each sentence-ending mark, matching how normal prose is written. Choose title case for headings and button labels, and sentence case for body copy and UI text, which most modern style guides prefer.