This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
Prerequisites
Description
Replace all \n regex with empty string does nothing.
Steps to Reproduce
- Input
asd\nasd
- Ctrl+F, enable "Use Regex" and try to replace
\n with empty string
- input still contains newline
Expected 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