Skip to main content
Version: 2.13

Is String Empty

Check if string is empty

Description​

Returns true if inputted string is null or undefined or trimmed input is empty.

Inputs​

  • input (String): Input to be checked

Outputs​

  • is empty (Boolean): Comes out as true if empty, or null or undefined, falseotherwise.