var str = "Hello Lewes"; var ch = 'e'; var count = str.split("e").length - 1; console.log(count); /* Output: 3 */