Visual Studio Code
Replace. \n 제거등을 위해 입력법
jake_kim
2020. 11. 15. 14:54
반응형
Replace 하기 위해서는,
방법 1) Ctrl + H 를 누른다음, Ctrl + Enter 를 누르면 엔터가 입력된다.
방법 2) Ctrl + H 를 누른다음, 옵션버튼중에 Regular Expression 버튼을 누른다음, \n 을 입력하면 된다.
참조 ) stackoverflow.com/questions/30351529/find-and-replace-with-a-newline-in-visual-studio-code
반응형