String Length
Strings
String Length is a ProtoFlux node that returns the length of A (String) including any white spaces.
Inputs
A (String)
The string to check the length for.
Outputs
* (int)
How long A (String) is including any white spaces.
Examples
-
String Length being used to check a password and warn about using short passwords.