Escape characters

(imported topic written by SystemAdmin)

Good afternoon - I’m wondering how I escape characters…

For example - I’m looking for the following text in a given file: “trap ‘’ 2” 2

So, would I craft my relevance statement like so: … whose (exists line whose (it contains “{“trap ‘’ 2” 2}” AND it starts with “#trap”) of it)

(imported comment written by SystemAdmin)

You need to percent-encode the characters you want to escape.

A double-quote would be %22.

http://www.asciitable.com/