CTString::LastDelimiter
Syntax
NINT LastDelimiter(const CTString& delimiters) const
Parameters
Description
Retrieves the byte index in this CTString of the rightmost whole character that matches any character in delimiters, except null (‘\0’).
Return
LastDelimiter() returns the byte index of the rightmost whole character in this CTString.
See also
LastChar(), IsDelimiter()