String Compare

Last modified by KDearnley on 2023/07/31 14:06

String Compare

Compare two strings and signal outputs based on the results.

Details

StringCompare.PNG
Object: String Compare

Category: Flow

Inputs

INPUTS
Test.pngTest StringsCompare the LHS string to the RHS string. Any outputs will send a signal depending on the result.

Outputs

OUTPUTS
Equal.pngEqual (String)When tested, if the LHS string is the same as the RHS string, send the signal. The activator is unchanged from the input signal.
NotEqual.pngNot Equal (String)When tested, if the LHS string is not the same as the RHS string, send the signal. The activator is unchanged from the input signal.
Contains.pngContainsWhen tested, if the LHS string contains the RHS string, send the signal. The activator is unchanged from the input signal.

Properties

PROPERTIES
PropertyTypeDescription
NameStringThe name of this object. Rename an object to make it easy to identify.
LHSStringThe left hand side of the comparison can be a fixed value or a variable.
RHSStringThe right hand side of the comparison can be a fixed value or a variable.
Tags: Flow