Talk:Words containing "the" substring: Difference between revisions

(Put conversation in order, add some more comment)
Line 31:
::: If I may insert my 2 cents... although Gerard is possibly overstating the case, the use of the dictionary does make it a little different as we have to look at actual words in a language (English in the unixdict case). Questions like "which words in the language contain "the" as a substring" are (perhaps not enormously) interesting questions that are IMHO different to "show how to check a string contains a substring".
::: I see Thundergnat has (rightly IMHO) deleted the "find words that contain all the vowels" task as it is little different from this and the "find the words that contain "a", "b" and "c" in order" task etc. (Actually, I think the "find the words that contain all the vowels" is actually a marginally more interesting task than the ABC one but the ABC one came first...). --[[User:Tigerofdarkness|Tigerofdarkness]] ([[User talk:Tigerofdarkness|talk]]) 20:09, 6 December 2020 (UTC)
 
 
===Some Comparisons===
We can directly compare answers to the ''tasks'' said to be similar. Would a curious programmer not versed in these particular languages , having read a languages example in the string matching task, gain much from the languages extra code in this new task?
 
* [[Words containing "the" substring#FreeBASIC]], [[String matching#FreeBasic]].
* [[Words containing "the" substring#REXX]], [[String matching#REXX]].
* [[Words containing "the" substring#Raku]], [[String matching#Raku]].
* [[Words containing "the" substring#AWK]], [[String matching#AWK]].
 
<br>
--[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 00:23, 7 December 2020 (UTC)
Anonymous user