const string = "matchThisString"; const matches = string.match(/matchThisString/) ? true : false; // Ternary statement!