Source position: wasm.regexp.objects.pas line 37
type TRegexpFlags = set of (
rfUnknown,
rfDotAll,
rfGlobal,
rfIndices,
rfIgnoreCase,
rfMultiLine,
rfSticky,
rfUnicode,
rfUnicodeSets
);