특수 문자

찾기나 바꾸기를 할 때 다음 이스케이프 시퀀스를 이용해 특수 문자를 입력할 수 있습니다:

\n

줄바꿈을 나타냅니다.

\t

탭 문자를 나타냅니다.

\r

캐리지 리턴을 나타냅니다.

\\

The backslash character itself must be escaped if it is being searched for. For example, if you are looking for the "\n" literal, you will have to type "\\n" in the Search for field. Or if you are looking for a sequence of backslashes, you will have to double the number of searched backslashes.