beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

FilterValidString Op



FilterValidString
Namespace: Ops.String

Op author: pandur

filter valid strings (not null,undefined or empty)


invalid strings will be ignored and not outputed



Inputs

String (String)
Invalid if null (boolean /Number)
Invalid if undefined (boolean /Number)
Invalid if empty (boolean /Number)
Invalid if 0 (boolean /Number)

Outputs

Last Valid String (String)
Is Valid (Number)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using FilterValidString

  • Examples
  • Public
  • My Patches

Changelog


created op
2020-03-16 - pandur
Ops.String.IsNull renamed to Ops.String.IsValidString
2020-03-16 - pandur
Ops.String.IsValidString renamed to Ops.String.FilterValidString
2020-04-16 - pandur