words -package:text-zipper -package:ghc -package:mono-traversable is:exact package:dimensional

words breaks a string up into a list of words, which were delimited by white space.
>>> words "Lorem ipsum\ndolor"
["Lorem","ipsum","dolor"]