Спеціальні символи

У текст для пошуку можна включати наступні escape-послідовності, що замінюють спеціальні символи:

\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.