WhitespaceCharacter
WhitespaceCharacter represents a single whitespace character in StringExpression.
Examples
StringMatchQ[" ", WhitespaceCharacter]
(* True *)StringSplit["hello world", WhitespaceCharacter..]
(* {"hello", "world"} *)Please visit the official Wolfram Language Reference for more details.