filtering/QueryParser: support escaped strings (quotes)
Escaped double or single quotes is common when creating regexp filters for dmesg/stdout/stderr. We need to support it in user queries.
P.S. I've coppied regexp from Stack.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Escaped double or single quotes is common when creating regexp filters for dmesg/stdout/stderr. We need to support it in user queries.
P.S. I've coppied regexp from Stack.