Returns the last occurrence of a substring in the string.
Symbol
CString.lastIndexOf
@param searchString
The substring to search for.
@param position
The index at which to begin searching. If omitted, the search begins at the end of the string.
Symbol
Returns the last occurrence of a substring in the string.
The substring to search for.
The index at which to begin searching. If omitted, the search begins at the end of the string.