/row\[+[0-9]+\]\[products_name\]/g
var re=/row\[\d+\]\[products_name\]/g; var relVar='row[0][products_name]'; if(relVar.match(re)) { alert('совпало!'); };