Contact: aviboots(AT)netvision.net.il
39,926 questions
51,859 answers
573 users
const str = 'nodejs c++ nodejs nodejs c'; const count = (str.match(/nodejs/g) || []).length; console.log(count); /* run: 3 */