split On Whites
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.
Splits a string into a list of substrings using whitespace as the delimiter.
The string to be split.
The list of substrings obtained by splitting the receiver string on whitespaces.