Skip to main content
The StringContains node checks if a given string contains a specified substring. It can perform this check with either case-sensitive or case-insensitive matching, returning a boolean result indicating whether the substring was found within the main string.

Inputs

ParameterDescriptionData TypeRequiredRange
stringThe main text string to search withinSTRINGYes-
substringThe text to search for within the main stringSTRINGYes-
case_sensitiveDetermines whether the search should be case-sensitive (default: true)BOOLEANNo-

Outputs

Output NameDescriptionData Type
containsReturns true if the substring is found in the string, 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): 9e85e51bc32c4041a66de8d5b11475aba3120eee1e8c5a37fedfaa470746888c