I have a string, it looks like this:
PS-B 08 m.Gear\r\n125cm silver
I am trying to replace the \r\n with something else, but all my tries failed so far. I tried [\r\n], I tried . and I tried the s modifier, none of them worked. How can I replace or match a string with \r\n properly?
Thanks!
This works:
Result: