Returns the last occurrence of a substring in the string.
method
ffi.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.
method
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.