Source position: wasm.regexp.objects.pas line 76
type TRegExpResult = record
Matches: TRegExpMatchArray;
Input: UTF8String;
Index: Integer;
Groups: TRegExpGroupArray;
end;