mh-search-from-end
mh-search-from-end is an autoloaded Lisp function in `mh-utils.el
'.
(mh-search-from-end CHAR STRING)
Return the position of last occurrence of CHAR in STRING.
If CHAR is not present in STRING then return nil. The function is
used in lieu of `search' in the CL package.