Method code for $string.rindex()

[Turn off line numbering]
  1: arg string, index;
  2: 
  3: return stridx(string, index, -1);

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

Tlon