StrCompare
Compares the input string and specified data.
Input/Output
Number of Connections: Min: 1/Max:2
| Input | Data Type | Description |
| Input1 | String | String |
| Input2 | String | Sets the Data property. (optional) |
| Output | Data Type | Description |
| Output1 | Boolean | Comparison result |
Property
| Name | Property Type | Description |
| Data | string | Specifies the string to compare |
| Method | choice |
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.
|
|
| CaseSensitive | choice |
Specifies whether distinguishes the case.
| true | - |
Distinguish the case
|
| false | - |
Don't distinguish the case
|
|