How can I read the line break from a value with JavaScript and replace all the line breaks with elements?
Example:
A variable passe
Without regex:
str = str.split("\n").join("");