Utils_StringNumberOfOccurences Method |
| Name | Description | |
|---|---|---|
| NumberOfOccurences(String, Char) | Returns the number of occurences of a text inside another text. Faster than other overload. Use this method if the search text is only a char. | |
| NumberOfOccurences(String, String) |
Returns the number of occurences of a text inside another text.
|