ProtoFlux:IsStringEmpty

From Resonite Wiki
Revision as of 00:25, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Is String Empty to ProtoFlux:IsStringEmpty: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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