1 2 3
module.exports = function parse_term(term) { return term ? String(term).toLowerCase().replace(/s?$/, "") : ""; };