sS parseLineAndColumn(S s) { S re = "\\w+Line (" + regexpN2() + "), col (" + regexpN2() + ")"; ret regexpFirstGroupsIC(re, s); }