Contents
Display Legacy Contents

 Print
    String Count      
This Function returns a <numeric>, which is the number of occurrences of String to Count inside the Source string.

Parameters

Source string <string>
  String from where the value will be retrieved.
   
String to Count <string>
  String to count occurrences inside Source string.

     
Example 1
  Example 2
StringCount("Kalipso is great. I enjoy Kalipso.", "Kalipso")

Result = 2
  StringCount("Kalipso is great. I enjoy Kalipso.", "XPTO")

Result = 0

See also
Samples

 
Updated: 11/5/2014 11:51 AM