I have a build system that only outputs a file, a line and a message. But not a column number. Is it possible to create a regex that skips the column number but captures the message?
I have a build system that only outputs a file, a line and a message. But not a column number. Is it possible to create a regex that skips the column number but captures the message?