White Space?
- Updated2023-02-17
- 1 minute(s) read
White Space?
Returns True if a value represents a white space character, such as Space, Tab, Newline, Carriage Return, Form Feed, or Vertical Tab. Otherwise, this node returns False.
If the value is a string, this node uses the first character in the string. If the value is a number, this node interprets it as the ASCII value of a character. If the value is a floating-point number, this node rounds to the nearest integer.

Inputs/Outputs

char
An input to this operation.
This input supports scalar strings or numbers, clusters of strings or numbers, arrays of strings or numbers, and so on.

whitespace?
Boolean result of the operation.
This output assumes the same data type structure as char.