Compare Texts (vuo.text.compare)

Compares two texts and outputs the result.

Uses the provided Comparison parameters to compare input value A to input value B. For example, if A is catastrophe, the Comparison is “Begins with (case-sensitive)”, and B is cat, the output is true. See the Text node set documentation for more information.

Keywords: approximate, begins with, case, comparison, contains, different, ends with, equivalent, glob, grep, identical, inequality, insensitive, match, prefix, regex, regular expression, same, sensitive, starts with, string, suffix, unequal, wildcard


Back to vuo.text node set documentation.