export const highLight = function (label, keyword) { return label.replace(keyword, `${keyword}`); };