Open cdalexndr opened 4 years ago
Replace all \n regex with empty string does nothing.
\n
asd\nasd
Expected behavior:
Newline removed
Actual behavior:
Input still contains newline
Reproduces how often:
Ever time.
Atom : 1.53.0 Electron: 6.1.12 Chrome : 76.0.3809.146 Node : 12.4.0
This issue should be on https://github.com/atom/find-and-replace
"Use ripgrep" sorted this for me. :)
Prerequisites
Description
Replace all
\n
regex with empty string does nothing.Steps to Reproduce
asd\nasd
\n
with empty stringExpected behavior:
Newline removed
Actual behavior:
Input still contains newline
Reproduces how often:
Ever time.
Versions
Atom : 1.53.0 Electron: 6.1.12 Chrome : 76.0.3809.146 Node : 12.4.0
Additional Information