NULL if not foundstrrstr
fn
string strrstr(string haystack, string needle)Searches the string haystack for the last occurrence of the string needle.
Parameters
haystack | a string to search in |
needle | the string to search for |
Returns
a pointer to the found occurrence, or