Count Instances of String in String
- 29 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Count Instances of String in String
- Updated on 29 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 Count Instances of String in String component checks to see how many times a specified string occurs within a different string.
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 |
Input | The step evaluates this input to find how many times the string to find exists in it. | String |
String to Find | String to find within the Input. | String |
Outputs
Property | Description | Data Type |
---|---|---|
CountInstancesofStringinString1_Output | The number of occurrences of the string to find within the input. | Int32 |
Was this article helpful?