Source position: regexpr.pas line 297
type TRegExprBounds = record
GrpStart: array of PRegExprChar;
GrpEnd: array of PRegExprChar;
end;