const rez = text.replace(regexp, (str, p1) => `<span class="-underline">${p1}</span>`)
const rez = text.replace(regexp, (str, p1) => `<span class="-underline">${str}</span>`)