$str.findlastnocase

Find the last index of a substring in a string, case insensitive
Usage
$str.findlastnocase(<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. This function is case insensitive.
Syntax Specification
<int> $str.findlastnocase(<findIn:string>,<toFind:string>)

Index, Functions
KVIrc 3.4.1 Documentation
Generated by mandrake at Mon Sep 8 00:02:08 2008