Method code for $string.rindex()

[Turn on line numbering]
arg string, index;

return stridx(string, index, -1);

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon