Words containing "the" substring: Difference between revisions

Content added Content deleted
(→‎{{header|Raku}}: Add Python)
Line 307: Line 307:
weatherstripping
weatherstripping
</pre>
</pre>

=={{header|Perl}}==
Perl one-liner entered from a Posix shell:

<lang perl>/Code$ perl -n -e '/(\w*the\w*)/ && length($1)>11 && print' unixdict.txt
authenticate
chemotherapy
chrysanthemum
clothesbrush
clotheshorse
eratosthenes
featherbedding
featherbrain
featherweight
gaithersburg
hydrothermal
lighthearted
mathematician
neurasthenic
nevertheless
northeastern
northernmost
otherworldly
parasympathetic
physiotherapist
physiotherapy
psychotherapeutic
psychotherapist
psychotherapy
radiotherapy
southeastern
southernmost
theoretician
weatherbeaten
weatherproof
weatherstrip
weatherstripping
/Code$ </lang>



=={{header|Python}}==
=={{header|Python}}==