Go to the first, previous, next, last section, table of contents.
- `rindex(STR,SUBSTR,POSISION)'
-
- `rindex(STR,SUBSTR)'
-
index
と同じような動作をするが、
違いは STR
内に
最後に現れる SUBSTR
の位置を返すことである。
POSITION
を指定すると、
その位置またはそれより前で最後に現れる位置を返す。
See section index.
Go to the first, previous, next, last section, table of contents.