[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A class to match a pattern against string.
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; |
|
A class to match a pattern against string. |
|
| | ||
TObject |