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.
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]