String Contains
  • 31 Oct 2022
  • 1 Minute to read
  • Dark
    Light

String Contains

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > Text

The Contains String component checks to see if a single defined string is included in a single source string. If the string is found, the result will be true; if not, it will be false.



Properties

Inputs

PropertyDescriptionData Type
Case InsensitiveIf this setting is true, this step will treat upper and lowercase letters as the same.Boolean
Containing TextThe step evaluates if the source text contains the text within this input.String
SourceThe step evaluates this input to find if the containing text exists in the source or not. 
String

Outputs

PropertyDescriptionData Type
None------


Was this article helpful?