Convert text to Capitalized Case

Please log in or register to do it.

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.

Conversion Modes:


Converts every word in the text so that its first letter is uppercase and the rest are lowercase.

Converts only those words that include the specified substring(s). Enter a comma‑separated list (e.g., test, demo).

Converts every word except those that contain the specified substring(s). Enter a comma‑separated list (e.g., skip, nochange).

Converts each word to Capitalized Case and formats it using a custom format. Use {word} as a placeholder for the converted word.

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.

Before:
hello world! THIS is a tEsT.
After:
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.

Before:
hello world! this is a tEsT and demo.
After (specifying "test, 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.

Before:
hello world! this is a tEsT and Skip.
After (excluding "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.

Before:
hello world
After (format "[{word}]"):
[Hello] [World]
Convert numbered lines into plain text
Convert spaces before punctuation into nothing

Your email address will not be published. Required fields are marked *