Empty String or Path?
- Updated2023-02-17
- 1 minute(s) read
Empty String or Path?
Returns whether the input is an empty string or path.

Inputs/Outputs

string or path
The string or path that you want to evaluate.
This input can also be any data type that contains only strings or paths, such as an array of strings or paths or a cluster of strings or paths.

empty?
A Boolean specifying whether the input is empty.
This value is of the same data type structure as string or path. For example, if string or path is an array, empty? is also an array.