This tool extracts only words from your text that start with a capital letter. It provides flexible options so you can extract every word that starts 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.
Examples:
Extract All Capitalized Words
Extracts every word that starts with a capital letter.
Hello world! This is an Example from Apple and Microsoft.
Hello This Example Apple Microsoft
Extract Only Words Matching Specified Substrings
Only extracts capitalized words containing the specified substring (e.g., "App").
Hello world! This is an Example from Apple and Microsoft.
Apple
Extract All Except Words Containing Specified Substrings
Extracts every capitalized word except those containing the specified substring (e.g., "Microsoft").
Hello world! This is an Example from Apple and Microsoft.
Hello This Example Apple
Extract Words with Custom Format
Each extracted capitalized word is formatted using the custom format.
Hello world! This is an Example from Apple and Microsoft.
[Hello] [This] [Example] [Apple] [Microsoft]