Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Doubly quote a stringFormatted print into a string (Berikutnya)
Functions for SCALARs or strings

Right-to-left substring search

Daftar Isi

  • rindex STR,SUBSTR,POSITION

  • rindex STR,SUBSTR

    Works just like index() except that it returns the position of the lastoccurrence of SUBSTR in STR. If POSITION is specified, returns thelast occurrence beginning at or before that position.

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) Doubly quote a stringFormatted print into a string (Berikutnya)