Data / Strings data/string_ops

String Ops

Tests a string against a value using common string operations, returning a boolean.

Note: IS_EMPTY ignores the value input.

Inputs

NameTypeOptionalDescription
text string The string to test.
value string The value to check against.

Outputs

NameTypeDescription
result boolean Result of the operation.

Properties

KeyTypeDefaultDescription
op select "CONTAINS" Operator
value string "" Value (fallback)