String Contains
- 31 Oct 2022
- 1 Minute to read
- Print
- DarkLight
String Contains
- Updated on 31 Oct 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Data > 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
Property | Description | Data Type |
---|---|---|
Case Insensitive | If this setting is true, this step will treat upper and lowercase letters as the same. | Boolean |
Containing Text | The step evaluates if the source text contains the text within this input. | String |
Source | The step evaluates this input to find if the containing text exists in the source or not. | String |
Outputs
Property | Description | Data Type |
---|---|---|
None | --- | --- |
Was this article helpful?