Contains Text Step

Brief description

This step is used to verify if the variable contains specified text (examples of use)

Step Information

Step name (Not required) the custom name of the process step that labels the editor’s process step box

Input parameters

  • Source text variable (Required) – existing variable name of string data type that contains the input text value
  • Text to contain (Required)existing or new variable name of data type string which contains specified text that should be found
  • Use regex  (Required) the indicator that defines whether we used regular expression or not
    • T (true)
    • F (false- default value)

Output parameters

Contains (Required) existing or new variable name of Boolean data type that contains the resulting value

Was this article helpful?