javascript replace /n with nothing code example Example: javascript replace \n var r = "I\nam\nhere"; var s = r.replace(/\n/g,' ');