
UniqueWords – Extract all individual words in a string
‘ build a list of all the individual words in a string” returns a collection that contains all the unique words.’ The key for each item is the word itself’ so you can easily use the result collection to both ‘ enumerate the words and test whether a given word