Source position: regexpr.pas line 280
type TRegExprFindFixedLengthFlags = set of (
flfForceToStopAt,
flfReturnAtNextNil,
flfSkipLookAround
);