JSFiddle - React, Tailwind, and code Playground

JavaScript

var string = "test (Copy) (Copy) (Copy)";
var num = string.match(/Copy/g).length;
console.log(num);