Whitespace
Whitespace represents a sequence of whitespace characters in StringExpression.
Examples
Split a string by whitespace:
StringSplit["hello world", Whitespace]
(* {"hello", "world"} *)Please visit the official Wolfram Language Reference for more details.