Words containing "the" substring: Difference between revisions

m
(+R)
Line 1,810:
 
<lang rsplus>words <- readLines("http://wiki.puzzlers.org/pub/wordlists/unixdict.txt")
words <-grep("the", words[nchar(words) > 11], value = T)</lang>
grep("the", words, value = T)</lang>
 
{{out}}
1,336

edits