how to replace \n in string js code example Example: javascript replace \n var r = "I\nam\nhere"; var s = r.replace(/\n/g,' ');