I want to replace every new line with a backslash + “n” (i.e. “\n”). I’m doing this because I’m sending the text to an API and the API seems to only accept \n and not actual new lines.
I tried to find and replace “\n”. It doesn’t work (i.e. doesn’t find anything).