const filter = function(value) { return value.replace(/(\n|\r)/g, '') } module.exports = filter