Skip to main content
Version: Next

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.