splitOnWhites

Splits a string into a list of substrings using whitespace as the delimiter.

Receiver

The string to be split.

Return

The list of substrings obtained by splitting the receiver string on whitespaces.