Compare Text String
Updated: 11 Sep 2024
Compares two text strings.Updated: 11 Sep 2024
Compares two text strings.This node compares two Text String nodes.
When using the Simple compare mode, a return value of zero indicates that strings match otherwise a value of one is returned.
When using the Levenshtein Distance mode, the returned value is between zero and one, which indicate how different the input strings are.
The output is a numeric value that can be further processed with other modifiers, or directly connected to a parameter in another node.
These properties control the core behaviours of the node.
Parameter | Details |
---|---|
Current Value | Shows the current value of the effect. Cannot be directly changed. |
Compare Mode | Choose how to compare the input strings:
|
Invert | Invert the output value. |
Name | Description | Typical Input |
---|---|---|
Text String 1 | The first input string to compare with. | Text String |
Text String 2 | The second input string to compare against. | Text String |