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.

1378

Inputs/Outputs

datatype_icon

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.

datatype_icon

whitespace?

Boolean result of the operation.

This output assumes the same data type structure as char.