I am trying to fix an SVG file that, instead of newlines, have literal " " values. To fix it, I am using regex replace like '\r\n' -> ' '. Only the first subsitution works, all subsequent always fail, because the editor does not expect the line of code to split (it continues replacing now empty spots where the original line used to be).
PSPad 32 5.0.1 -- <https://forum.pspad.com/read.php?4,71612,71612> PSPad freeware editor https://www.pspad.com
