#11243
JohnQSmith
Participant

An escape character “” followed by a character to represent a special character.

For instance…
n = newline
t = tab

This allows searching for special characters without using a regular expression, or to insert a special character (like tab) instead of the actual “t” characters.