WLJS LogoWLJS Notebook

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.

On this page