var subhou = function (val) { return val.substring(8,18) } module.exports = { subhou: subhou }