Find words with alternating vowels and consonants: Difference between revisions

m
Line 191:
map(matchingWords(readFile(fpWordList)), ¬
{"aeiou", "aeiouy"}))
else
display dialog "Word list not found in this script's folder:" & ¬
Line 213 ⟶ 212:
 
 
-- filteredLines :: String -> NStringNSString -> [a]
on filteredLines(predicateString, s)
-- A list of lines filtered by an NSPredicate string
9,655

edits