System.AnsiStringBase.LastDelimiter
C++
int LastDelimiter(const AnsiStringBase& delimiters) const _ALWAYS_INLINE {
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | dstring.h | System | AnsiStringBase |
Description
Returns the index of the rightmost character that matches any character in the delimiters string.
LastDelimiter returns the byte index in this AnsiStringBase of the rightmost whole character that matches any character in delimiters, except NULL. AnsiStringBase may contain multibyte characters; delimiters must contain only single-byte non-NULL characters.