0

Escaping characters in search without grep

Ramon Figueroa-Centeno 11 years ago in iPad updated by Alexander Blach (Developer) 11 years ago 1

Aloha,


Why do I have to escape characters when I am not using grep in my searches?


Mahalo,


Ramón 

You can search for new lines using \n and tab characters using \t. That's why you need to escape the backslash with \\.


If you disable regular expressions in the search options, you don't need to escape any other characters besides the backslash.