Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11241
    ldm
    Participant

    Hi All,

    In the ‘Find in Files’ search menu, there is an option ‘Escape Sequence’. What does it mean?

    Thank you!

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

    #11245
    ldm
    Participant

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.