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