Extract only fully capitalized words

Please log in or register to do it.

This tool extracts only fully capitalized words from your text. It provides flexible options so you can extract every fully capitalized word, extract only words matching 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 is fully capitalized from the text.

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

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

Extracts each fully capitalized word and applies a custom format. Use {word} as a placeholder for the extracted word.

Examples:

Extract All Fully Capitalized Words

Every fully capitalized word is extracted from the text.

Before:
The conference featured speakers from NASA, FBI, and CIA.
After:
NASA
FBI
CIA

Extract Only Words Matching Specified Substrings

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

Before:
The conference featured speakers from NASA, FBI, and CIA.
After (specifying "NA"):
NASA

Extract All Except Words Containing Specified Substrings

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

Before:
The conference featured speakers from NASA, FBI, and CIA.
After (excluding "CIA"):
NASA
FBI

Extract Words with Custom Format

Each extracted fully capitalized word is wrapped in a custom format (e.g., "[{word}]").

Before:
The conference featured speakers from NASA, FBI, and CIA.
After (format "[{word}]"):
[NASA]
[FBI]
[CIA]
Extract all words from text
Extract all dates from text (YYYY-MM-DD format)

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