English
Appearance
Returns the number of times the second String argument is contained in the first String argument.
str::string
search::string
number
strCount('abcabc', 'a'); // Returns 2