vitexikora:
--------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------

Hi, in thic case, you need a workaround with searching/replacing backwards: 
Place th ecursor at the end of the file, in the replace dialog the Direction
should be set to "backwards"
and perform the needed replacement wit newlines.

hth,
  vbr

-- 
<https://forum.pspad.com/read.php?4,71612,71613>
PSPad freeware editor https://www.pspad.com

Odpovedet emailem