'use strict'; module.exports = function (string){ return _AN_Call_replace('replace', string, /\n\s+/gm, ' '); } ;