Returns the index of the last occurrence of a substring within a String object.
function lastIndexOf(substring : String [, startindex : Number ]) : Number |
Returns the index of the last occurrence of a substring within a String object.
function lastIndexOf(substring : String [, startindex : Number ]) : Number |