rindex - perldoc.perl.org Home > Language reference > Functions > rindex Perl 5 version 22.4 documentation rindex Perl functions A-Z | Perl functions by category | The 'perlfunc' manpage rindex STR,SUBSTR,POSITION rindex STR,SUBSTR Works just like index() except that it returns the position of the last occurrence of SUBSTR in STR. If POSITION is specified, returns the last occurrence beginning at or before that position.
Perl 5 version 22.4 documentation rindex Perl functions A-Z | Perl functions by category | The 'perlfunc' manpage rindex STR,SUBSTR,POSITION rindex STR,SUBSTR Works just like index() except that it returns the position of the last occurrence of SUBSTR in STR. If POSITION is specified, returns the last occurrence beginning at or before that position.