Special Characters

You can include the following escape sequences in the text to find or replace to represent special characters:

\n

Specifies a new line.

\t

Specifies a tab character.

\r

Specifies a carriage return.

\\

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.