How do i write a regex to replace or with \\n. I\'m trying to move text from div to textarea, but don\'t want
\\n
myString.replace(//g, "\n")