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.
Examples:
Extract All Fully Capitalized Words
Every fully capitalized word is extracted from the text.
The conference featured speakers from NASA, FBI, and CIA.
NASA FBI CIA
Extract Only Words Matching Specified Substrings
Only fully capitalized words containing the specified substring (e.g., "NA") are extracted.
The conference featured speakers from NASA, FBI, and CIA.
NASA
Extract All Except Words Containing Specified Substrings
Extracts every fully capitalized word except those containing the specified substring (e.g., "CIA").
The conference featured speakers from NASA, FBI, and CIA.
NASA FBI
Extract Words with Custom Format
Each extracted fully capitalized word is wrapped in a custom format (e.g., "[{word}]").
The conference featured speakers from NASA, FBI, and CIA.
[NASA] [FBI] [CIA]