RAD Studio VCL Reference
|
Returns index of rightmost character that matches any character in delimiters string.
function LastDelimiter(const delimiters: UnicodeString&): Integer;
__fastcall int LastDelimiter(const UnicodeString& delimiters) const;
System::UnicodeString::LastDelimiter returns the 1-based character index in the System::UnicodeString object of the rightmost character that matches any character in delimiters except NULL The System::UnicodeString object may contain multibyte characters; delimiters must contain non-NULL characters.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|