$str.findfirst

Find the index of a substring in a string
Usage
$str.findfirst(<findIn>,<toFind>,[<start_index>])
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 first located or -1 if it's not located. It starts counting at 0.
Syntax Specification
<int> $str.findfirst(<findIn:string>,<toFind:string>,[<start_index:integer>])

Index, Functions
KVIrc 4.0.0 Documentation
Generated by mockbuild at Fri Apr 10 00:11:30 2009