Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:IsStringEmpty

From Resonite Wiki
(Redirected from ProtoFlux:Is String Empty)
Is String Empty
A
*
Strings

Is String Empty is a ProtoFlux node that checks if A (String) is empty, but not null or white space.

Inputs

A (String)

The string to check if the string is null.

Outputs

* (bool)

If A (String) is empty, but not null or white space.

Examples