I can replace some text with \n
if i enable the regex by clicking the regex icon next to the find input box.
But when i try to find a newline, i can't get it to work. I tryed to find \n
and [\n]
. But none worked. The only solution which worked was [\s]
but it's not ideal. But for now it better then nothing i guess.
Is it possible to find a newline in VSCode?