Returns the last occurrence of a substring in the string.
The substring to search for.
Optional
The index at which to begin searching. If omitted, the search begins at the end of the string.
Returns the last occurrence of a substring in the string.