TLDR;Is there a symbol for breaking up a regex syntax into several lines?In Bash, for example:
'{beginning och insanely long command \ continuing on a second line}'
You use \ to split long lines and that's what I'm looking for.
TL;I just found QLogExplorer (Cross-platform) and it seems to be just the log viewer I want. I've tried countless others and they all lack some function making them worthless in my eyes.This one has a nice GUI and you can hide, colorize and define columns with regex.I'm using the outstanding online tool regex101 to create the syntax.You run out of line real-estate fairly quickly and the syntax wraps around to the second line. But I loath word wrap something fierce so I would like to split the syntax after every capture group, or every new column in QLogExplorer, if you will.Every hit I get on Gurgle is about defining end of line/string in your syntax and not for the syntax itself.
Please halp!