Words containing "the" substring: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: changed some comments, added wording to the REXX section header.)
m (→‎{{header|REXX}}: unplurized a word.)
Line 190: Line 190:
/*stick a fork in it, we're all done. */
/*stick a fork in it, we're all done. */
say copies('─', 25) finds " words (with a min. length of" ,
say copies('─', 25) finds " words (with a min. length of" ,
minL') that contains the substring: ' $</lang>
minL') that contain the substring: ' $</lang>
{{out|output|text=&nbsp; when using the default inputs:}}
{{out|output|text=&nbsp; when using the default inputs:}}
<pre>
<pre>
Line 226: Line 226:
weatherstrip
weatherstrip
weatherstripping
weatherstripping
───────────────────────── 32 words (with a min. length of 12) that contains the substring: the
───────────────────────── 32 words (with a min. length of 12) that contain the substring: the
</pre>
</pre>