Extract words that contain accented characters

Please log in or register to do it.

This tool extracts words that contain accented characters from your text. It extracts all such words or filters them based on specified substrings (including or excluding), and can output them in a custom format. Simply enter your text and select the extraction mode that suits your needs.

Extraction Modes:


Extracts every word that contains at least one accented character.

Extracts only the accented words that include the specified substring(s). Enter a comma‑separated list (e.g., é, ñ).

Extracts every accented word except those that contain the specified substring(s). Enter a comma‑separated list (e.g., à, ü).

Extracts each accented word and formats it using a custom format. Use {word} as a placeholder.

Examples:

Extract All Accented Words

Extracts every word that contains an accented character.

Before:
Café, naïve, résumé, and coöperate are accented words.
After:
Café
naïve
résumé
coöperate

Extract Only Accented Words Matching Specified Substrings

Only extracts accented words containing the specified substring (e.g., "é").

Before:
Café, naïve, résumé, and coöperate are accented words.
After (specifying "é"):
Café
résumé

Extract All Except Accented Words Containing Specified Substrings

Extracts all accented words except those containing the specified substring (e.g., "na").

Before:
Café, naïve, résumé, and coöperate are accented words.
After (excluding "na"):
Café
résumé
coöperate

Extract Accented Words with Custom Format

Formats each extracted accented word using a custom format.

Before:
Café, naïve, résumé, and coöperate are accented words.
After (format "[{word}]"):
[Café]
[naïve]
[résumé]
[coöperate]
Extract numbers smaller than X
Extract sentences that repeat in a document

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