String List Contains # Of
- 18 Nov 2022
- 1 Minute to read
- Print
- DarkLight
String List Contains # Of
- Updated on 18 Nov 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 String List Contains Two Of, Three Of, Four Of, Five Of, More than One, and Count steps check for the specified number of occurrences of the value strings in the string list.
For example, if the List input is "A, B, C, D", and the Value input is "A, C", the result would be true.
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 |
List | The list to check if the values exist in this list. | List of String |
Number | This input is only available for the String List Contains Count step. Specify the number of times the value exists in the list to evaluate true. | Int32 |
Value | The items to see if they exist in the list. | String |
Outputs
Property | Description | Data Type |
---|---|---|
None | --- | --- |
Was this article helpful?