Quantcast
Channel: How to count string occurrence in string? - Stack Overflow
Viewing all articles
Browse latest Browse all 42

How to count string occurrence in string?

$
0
0

How can I count the number of times a particular string occurs in another string. For example, this is what I am trying to do in Javascript:

var temp = "This is a string.";alert(temp.count("is")); //should output '2'

Viewing all articles
Browse latest Browse all 42

Latest Images

Trending Articles





Latest Images