Source position: wasm.regexp.objects.pas line 63
type TRegExpMatch = record
public
Value: UTF8String;
StartIndex: Integer;
StopIndex: Integer;
function MatchPos();
end;