indexOf(searchValue[, fromIndex])

Search for the search value in the string and return the position of the sub-string, or –1 if the search value is not found. The optional fromIndex specifies the starting position of the search.

<< charCodeAt(index) © 1996-2013 InetSoft Technology Corporation (v11.5) lastIndexOf(searchValue[, fromIndex]) >>