string-rindex

[procedure] string-rindex str char [start end]

Guile: search for char in str from right, and returns the index if found, #f otherwise.

SRFI-13 has a generalized version, string-index-right.