ProtoFlux:Is String Empty

From Resonite Wiki
Revision as of 23:15, 17 February 2024 by 989onan (talk | contribs) (Create Is String Empty ProtoFlux Node Page)
(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