From: Yitzchak Scott-Thoennes Date: Mon, 26 Dec 2005 18:42:40 +0000 (-0800) Subject: [DOC PATCH] rindex clarification X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ff5516618f7c7453c21020507e2402e3202b7a63;p=p5sagit%2Fp5-mst-13.2.git [DOC PATCH] rindex clarification Message-ID: <20051227024240.GA2940@efn.org> plus another formatting nit p4raw-id: //depot/perl@26520 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 0cdfa6d..e33b030 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4671,9 +4671,9 @@ X =item rindex STR,SUBSTR -Works just like index() except that it returns the position of the LAST +Works just like index() except that it returns the position of the I occurrence of SUBSTR in STR. If POSITION is specified, returns the -last occurrence at or before that position. +last occurrence beginning at or before that position. =item rmdir FILENAME X X X