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
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
-
Is String Empty being used in some ProtoFlux code.