phoenix
phoenix copied to clipboard
`\n` charecter for replace in files
Discussed in https://github.com/phcode-dev/phoenix/discussions/1039
Originally posted by hankbinkle April 11, 2023 Find works as expected but Replace does not seem to interpret special\escape characters like \n (newline).
For example, if I wanted to replace every colon (:) in the following string with new lines, how do you do that?
line 1:line 2:line 3
Thanks!