Nodo Coincidir cadena¶
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.
Entradas¶
- Cadena de texto
The input string to be evaluated.
- Clave
The target string to compare against.
Propiedades¶
- Operación
Determines how the input string is compared to the key:
- Comienza con:
True if the input string begins with the key.
- Finaliza con:
True if the input string ends with the key.
- Contiene:
True if the input string contains the key anywhere within it.
Salidas¶
- Resultado
A Boolean value indicating whether the input string matches the key according to the selected operation.