Extract only words that start with a capital letter

Please log in or register to do it.

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.

Extraction Modes:


Extracts every word that starts with an uppercase letter.

Extracts only the words (that start with a capital letter) containing the specified substring(s). Enter a comma‑separated list (e.g., App, Tes).

Extracts every word that starts with a capital letter except those that contain the specified substring(s). Enter a comma‑separated list (e.g., And, Of).

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

Extracts every word that starts with a capital letter.

Before:
Hello world! This is an Example from Apple and Microsoft.
After:
Hello
This
Example
Apple
Microsoft

Extract Only Words Matching Specified Substrings

Only extracts capitalized words containing the specified substring (e.g., "App").

Before:
Hello world! This is an Example from Apple and Microsoft.
After (specifying "App"):
Apple

Extract All Except Words Containing Specified Substrings

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

Before:
Hello world! This is an Example from Apple and Microsoft.
After (excluding "Microsoft"):
Hello
This
Example
Apple

Extract Words with Custom Format

Each extracted capitalized word is formatted using the custom format.

Before:
Hello world! This is an Example from Apple and Microsoft.
After (format "[{word}]"):
[Hello]
[This]
[Example]
[Apple]
[Microsoft]
Extract only words shorter than X letters
Extract all dates in DD/MM/YYYY format

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