=over

=item rindex STR,SUBSTR,POSITION
X<rindex>

=item rindex STR,SUBSTR

Works just like L<C<index>|/index STR,SUBSTR,POSITION> except that it
returns the position of the I<last>
occurrence of SUBSTR in STR.  If POSITION is specified, returns the
last occurrence beginning at or before that position.

=back