This tool converts text to Capitalized Case – that is, it transforms each word so that its first letter is uppercase and the remaining letters are lowercase. You can choose to convert every word in the text, convert only words that match specified substring(s), convert all words except those containing specified substring(s), or format each converted word using a custom format. Simply enter your text, select the desired conversion mode, adjust the settings (if needed), and click the process button.
Examples:
Convert All Text to Capitalized Case
Every word in the text is converted so that its first letter is uppercase and the rest are lowercase.
hello world! THIS is a tEsT.
Hello World! This Is A Test.
Convert Only Words Matching Specified Substrings
Only words containing the specified substring(s) (e.g., "test" or "demo") are converted; other words remain unchanged.
hello world! this is a tEsT and demo.
hello world! this is a Test and Demo.
Convert All Except Words Containing Specified Substrings
Converts every word except those that contain the specified substring(s) (e.g., "skip"). The words not converted remain in their original case.
hello world! this is a tEsT and Skip.
Hello World! This Is A Test and Skip.
Convert Text with Custom Format
Each word is converted to Capitalized Case and then wrapped in a custom format.
hello world
[Hello] [World]