Utils_StringNumberOfOccurences Method (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.
Namespace: MicaSystems.Utils
public static int NumberOfOccurences( this string text, char searchChar )