for (let l in tag) {
                if (tag[l] && str.match(tag[l])) {
                    el['tg'] += tag[l] + ',';
                }
            }