Returns the character position where the first occurrence of a substring occurs within a String object.
function indexOf(subString : String [, startIndex : Number]) : Number |
Returns the character position where the first occurrence of a substring occurs within a String object.
function indexOf(subString : String [, startIndex : Number]) : Number |