Unit 'wasm.regexp.objects' Package
[Overview][Types][Classes][Index] [#wasm-utils]

TRegExpMatch

Declaration

Source position: wasm.regexp.objects.pas line 63

type TRegExpMatch = record

public

  Value: UTF8String;

  StartIndex: Integer;

  StopIndex: Integer;

  function MatchPos();

end;


Documentation generated on: 2025-07-25