Im making forum and JSON can’t save with newlines, i can’t show code (security reasons)
I want to replace all newlines from textarea to n so later i’ll format them and done.
I tried
content.value.replace(/r?n/g, "n");
But still saved with newline