Name
strlast
— Get the last occurance of one string within
another string
Synopsis
strlast
string
string_to_search
[start_index]
Description
Search string_to_search for the
last place that string occurs,
and return the index. If
start_index is provided, start
searching from that position.