ProtoFlux:IsStringEmpty: Difference between revisions

From Resonite Wiki
Create Is String Empty ProtoFlux Node Page
 
m YoshBot moved page ProtoFlux:Is String Empty to ProtoFlux:IsStringEmpty: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:25, 21 August 2025

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