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