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

TRegExpResult

Declaration

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

type TRegExpResult = record

  Matches: TRegExpMatchArray;

  Input: UTF8String;

  Index: Integer;

  Groups: TRegExpGroupArray;

end;


Documentation generated on: 2025-07-25