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

TWasmRegExp

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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

type TWasmRegExp = class(TObject)

protected

  function CheckRegExpResult();

public

  constructor Create();

  destructor Destroy; override;

  function Exec();

  function Test();

  property LastIndex: LongInt; [rw]

  property RegexpID: TWasmRegexpID; [r]

  property FlagsAsInteger: Integer; [r]

  property Flags: TRegexpFlags; [r]

end;

Inheritance

TWasmRegExp

|

TObject


Documentation generated on: 2025-07-25