yuwen
yuwen

Reputation: 139

In OpenGrok how to search a substring?

I have a source file that contains statement like:

    CRITICAL_MSG("\tprobe and attach devices\n");

but

If I input the exact string and the (escaped) backslash: "\\\tprobe and attach devices\\\n" it works but it's not very reliable because it is expected to know the exact formatting of the string.

So how to find this string?

Upvotes: 1

Views: 126

Answers (0)

Related Questions