Liczenie liczby razy ciąg jest w innym ciągu

var temp = "This is a string.";
alert(temp.split('is').length-1);
Moses Jespar