StringUtils.Occurs
Counts the number of times a sub string occurs in a given string
public static int Occurs(string source, char match)
Parameters
source
input string
match
character to match
Counts the number of times a sub string occurs in a given string
public static int Occurs(string source, char match)
source
input string
match
character to match