Match String Node

Match String node.

The Match String node compares two string values and outputs a Boolean result based on the selected operation. It is useful for conditional logic involving string comparisons, such as matching object names or attribute values.

Inputs – Уводи

String

The input string to be evaluated.

Operation – Операція

Determines how the input string is compared to the key:

Starts With:

True if the input string begins with the key.

Ends With:

True if the input string ends with the key.

Contains:

True if the input string contains the key anywhere within it.

Key – Ключ

The target string to compare against.

Outputs – Виводи

Результат

A Boolean value indicating whether the input string matches the key according to the selected operation.