$str.findlast

Find the last index of a substring in a string
Usage
<int> $str.findlast(<findIn>,<toFind>)
Description
This function search in the string given as the first parameter for the string given as his second parameter, and will return the index where is last located or -1 if it's not located.
Syntax Specification
<int> $str.findlast(<findIn:string>,<toFind:string>)

Index, Functions
KVIrc 3.2.6 Documentation
Generated by kris at Wed Nov 19 22:14:51 2008