Count Instances of String in String
  • 29 Nov 2022
  • 1 Minute to read
  • Dark
    Light

Count Instances of String in String

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > 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

PropertyDescriptionData Type
Case InsensitiveIf this setting is true, this step will treat upper and lowercase letters as the same.Boolean
InputThe step evaluates this input to find how many times the string to find exists in it. 
String
String to FindString to find within the Input.String

Outputs

PropertyDescriptionData Type
CountInstancesofStringinString1_Output
The number of occurrences of the string to find within the input.Int32



Was this article helpful?