var highLight = function (label, keyword) { return label.replace(keyword, '' + keyword + ''); }; module.exports = { highLight: highLight, };