StrCompare

Compares the input string and specified data.

Input/Output

Number of Connections: Min: 1/Max:2
InputData TypeDescription
Input1StringString
Input2StringSets the Data property. (optional)

OutputData TypeDescription
Output1BooleanComparison result

Property

NameProperty TypeDescription
DatastringSpecifies the string to compare
Methodchoice Specifies how to compare.
startsWith - Checks if the string starts with specified string.
endsWith - Checks if the string ends with specified string.
equals - Checks if the string equals with specified string.
less - Checks if the string less than specified string.
greater - Checks if the string greater than specified string.
contains - Checks if the string includes specified string.
CaseSensitivechoice Specifies whether distinguishes the case.
true - Distinguish the case
false - Don't distinguish the case