Comparison of programming languages (string functions): Difference between revisions

Content deleted Content added
reverse: Add Perl 6 section
rfind: Add Perl 6 section
Line 2,197:
|-
| <code>rindex(''string'',''substring''«,''startpos''»)</code>
|[[Perl 5]]
|returns −1
|-
| <code>rindex(''string'',''substring''«,''startpos''»)</code> <br /> <code>''string''.rindex(''substring''«,''startpos''»)</code>
|[[Perl 6]]
|returns Nil
|-
| <code>strrpos(''string'',''substring''«,''startpos''»)</code>