var text = "thisis sometext "; var new_text = text.replace("<br />", "\n"); document.write(new_text);