Find a string, starting at the end of the string
ptrdiff_t rfind(const char * s) const;
Offset of the string, or -1 if not found
rfind Method