Counts the number of occurrences of the specified characters in a given string.
The string to search within.
The characters to count occurrences of. Accepts one or more characters as separate arguments.
The total count of occurrences of the specified characters in the input string.
characters
str
4.0.0
2025-07-09
Counts the number of occurrences of the specified characters in a given string.