Previous: IsValidIdent function To the Table of Content Next: LowerCase function

- 4.61.2.28 -
Standard Units
Strings Unit
Strings Unit Procedures and Functions

LastDelimiter function

Targets: MS-DOS, OS/2, Win32


Strings Unit

Returns the byte index in S of the last character that matches any character in the Delimiters string.

Declaration:
function LastDelimiter(const Delimiters, S: String): Longint;
Example: LastDelimiter('\.', 'C:\TMTPL\BIN\TMTPC.EXE'); // returns 19


Previous: IsValidIdent function To the Table of Content Next: LowerCase function
IsValidIdent function Table of Content LowerCase function

- 4.61.2.28 -