This will split the sentence string by all whitespace characters (space, tab, newline, and carriage return) and remove any empty entries in the resulting array. The resulting words array will contain:
["The", "quick", "brown", "fox", "jumps", "over", "the", "lazy", "dog"]