Hi to everyone, I need to extract some regex (I don't know how much) in a log line such as the following
"2017-01-01 2:04:08 - DEBUG --> SELECT like "%aaaaa%" )) and like "%bbbb%" )) GROUP BY order by asc LIMIT "
I need to extract "aaaaa" and "bbbb".
Could you help me?
Thanks in advance