Go to the source code of this file.
Functions | |
Boolean | IsMatch (const string Pattern, const string Text) |
Integer | MatchAfterStar (string Pattern, string Text) |
Integer | Matche (string Pattern, string Text) |
Boolean IsMatch | ( | const string | Pattern, | |
const string | Text | |||
) |
Definition at line 135 of file ZMatchPattern.pas.
Integer MatchAfterStar | ( | string | Pattern, | |
string | Text | |||
) |
Definition at line 240 of file ZMatchPattern.pas.
Integer Matche | ( | string | Pattern, | |
string | Text | |||
) |
Definition at line 145 of file ZMatchPattern.pas.