3
votes
13answers
3k views
How do I count the number of occurrences of a char in a String?
I have the string
a.b.c.d
I want to count the occurrences of '.' in an idiomatic way, preferably a one-liner.
(Previously I had expressed this constraint …
