The function takes a string input and returns a list of strings. Each string in the list is a word in the input string, with any whitespace characters removed. The function does not modify the input string.

