If Null

If input is null (Conditional)

Description

Check if input is null.

Properties

Input (string |current output|variable)

Takes a string or the current input. Checks to see if the value is null.

Returns

Returns true if null and false if not null.

Last updated