[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Wildcrds' (#Pkg)

TWildcards

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

A class to match a pattern against string.

Declaration

Source position: wildcrds.pas line 97

type TWildcards = class

public

  constructor Create();

  

Creates a new pattern matcher that recognize the pattern APattern.

  destructor Destroy; override;

  function Match();

  

Matches the pattern against a string or a part of a string.

  function ToString; override;

  

Return the matched pattern.

  property Pattern: string; [rw]

  

The matched pattern.

end;

Inheritance

TWildcards

  

A class to match a pattern against string.

|

TObject