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 |
Updated: 3/21/2018 4:27 PM |