Source position: perlregex.pas line 61
type TPerlRegExState = set of (
preNotBOL,
preNotEOL,
preNotEmpty
);