words -package:text-zipper -package:xmonad-contrib -package:yi-rope package:mono-traversable is:exact

Break up a textual sequence into a list of words, which were delimited by white space.
> words "abc  def ghi"
["abc","def","ghi"]