Extract only words where the first and last letter are uppercase

Please log in or register to do it.

This tool extracts only words from your text where the first and last letter are uppercase. A word qualifies if it has at least two characters, and both its first and last characters are uppercase (A–Z). The tool offers flexible options so you can: • Extract every word meeting this condition. • Extract only those words that also contain specified substring(s). • Extract all such words except those that include specified substring(s). • Format each extracted word using a custom format. Additional settings allow you to trim whitespace, remove duplicate words, and sort the results alphabetically. Simply enter your text and select the extraction mode and settings that suit your needs.

Additional Settings:

Extraction Modes:


Extracts every word that has at least two characters and where the first and last letters are uppercase.

Extracts only the qualifying words that contain the specified substring(s). Enter a comma‑separated list (e.g., AB, XY).

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

Formats each extracted word using a custom format. Use {word} as a placeholder for the word.

Examples:

Extract All Qualifying Words

Extracts every word where the first and last letter are uppercase.

Before:
Example input: HI, TeST, AbC, Hello, WORLD.
After:
HI
TeST
AbC
WORLD

Extract Only Words Matching Specified Substrings

Only extracts qualifying words that contain the specified substring (e.g., "ST").

Before:
Test input: HI, TeST, AbC, WORLD.
After (specifying "ST"):
TeST

Extract All Except Words Containing Specified Substrings

Extracts every qualifying word except those that contain the specified substring (e.g., "Ab").

Before:
Input: HI, TeST, AbC, WORLD.
After (excluding "Ab"):
HI
TeST
WORLD

Extract Words with Custom Format

Each extracted qualifying word is formatted using the custom format.

Before:
Input: HI, TeST, AbC, WORLD.
After (format "[{word}]"):
[HI]
[TeST]
[AbC]
[WORLD]
Convert text into columns
Extract text blocks separated by semicolons

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