Convert text to Title Case, capitalising the first letter of each significant word. Ideal for headings, article titles, and product names.
CONVERT TO
Currently converting to Title Case.
The tool tokenises your input by splitting on spaces, underscores, hyphens, and camelCase boundaries, then rebuilds the words in the target case format. Everything runs in JavaScript inside your browser tab.
All conversion happens using the browser's built-in JavaScript engine. Our servers are not involved at any point.
For swapping substrings across pasted text, try find and replace. To alphabetise or dedupe lines after converting, use sort lines. For checking length after a case change, see the word counter.