Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTString::LastDelimiter

Syntax

NINT LastDelimiter(const CTString& delimiters) const

Parameters

  • delimiters [in] string with the delimiters.

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()

TOCIndex