Skip to main content
The StringCompare node compares two text strings using different comparison methods. It can check if one string starts with another, ends with another, or if both strings are exactly equal. The comparison can be performed with or without considering letter case differences.

Inputs

ParameterDescriptionData TypeRequiredRange
string_aThe first string to compareSTRINGYes-
string_bThe second string to compare againstSTRINGYes-
modeThe comparison method to use (default: “Starts With”)COMBOYes”Starts With"
"Ends With"
"Equal”
case_sensitiveWhether to consider letter case during comparison (default: true)BOOLEANNo-

Outputs

Output NameDescriptionData Type
outputReturns true if the comparison condition is met, false otherwiseBOOLEAN
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub

Source fingerprint (SHA-256): 18599228c31543f270afde0f3b838512ee12d1998b8de42c4d3e7852b1a5d8b2