Extract all capitalized words from text

Please log in or register to do it.

This tool extracts all capitalized words from your text. It provides flexible options so you can extract every capitalized word (i.e. words that start with an uppercase letter), extract only those that match specified substrings, extract all except those containing specified substrings, or format the extracted words using a custom format. Simply enter your text and select the extraction mode that suits your needs.

Extraction Modes:


Extracts every word that starts with an uppercase letter.

Extracts only the capitalized words that contain the specified substring(s). Enter a comma‑separated list (e.g., NA, Tes).

Extracts every capitalized word except those that contain the specified substring(s). Enter a comma‑separated list (e.g., FBI).

Extracts each capitalized word and formats it using a custom format. Use {word} as a placeholder for the extracted word.

Examples:

Extract All Capitalized Words

Every word starting with an uppercase letter is extracted.

Before:
Hello world! This is a Test from NASA and the FBI.
After:
Hello
Test
NASA
FBI

Extract Only Words Matching Specified Substrings

Only capitalized words containing the specified substring (e.g., "NA") are extracted.

Before:
Hello world! This is a Test from NASA and the FBI.
After (specifying "NA"):
NASA

Extract All Except Words Containing Specified Substrings

Extracts every capitalized word except those containing the specified substring (e.g., "FBI").

Before:
Hello world! This is a Test from NASA and the FBI.
After (excluding "FBI"):
Hello
Test
NASA

Extract Words with Custom Format

Each extracted capitalized word is formatted using the custom format (e.g., wrapping in square brackets).

Before:
Hello world! This is a Test from NASA and the FBI.
After (format "[{word}]"):
[Hello]
[Test]
[NASA]
[FBI]
Extract the most frequently used word in text
Extract all numbers from text

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