lastIndexOf(searchValue[, fromIndex])

Search for the last occurrence of the search value and return the position or –1 if not found. The optional fromIndex specifies the starting position of the search.

<< indexOf(searchValue[, fromIndex]) © 1996-2013 InetSoft Technology Corporation (v11.5) replace(regexp, newStr) >>