Microsoft® JScript indexOf Method |
| Language Reference | |
Finds the first occurrence a substring within a String object.
strVariable.indexOf( substring, startindex )
"String Literal".indexOf( substring, startindex )The indexOf method syntax has these arguments:
substring The substring to search for within the string object. startindex An optional integer value specifying the index to begin searching within the string object. If omitted, searching begins at the beginning of the string.
The indexOf method returns an integer value indicating the beginning of the substring within the string object. If the substring is not found, a -1 is returned.
If startindex is out of bounds (either negative or larger than the greatest character position index), startindex is treated as zero if negative, and as the largest possible index if too large.
Searching is performed from left to right. Otherwise, this method is identical to lastIndexOf.
file: /Techref/language/asp/js/238.htm, 2KB, , updated: 1996/11/22 10:11, local time: 2024/11/22 05:16,
18.216.42.122:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://sxlist.com/techref/language/asp/js/238.htm"> Microsoft® JScript Language Reference </A> |
Did you find what you needed? |
Welcome to sxlist.com!sales, advertizing, & kind contributors just like you! Please don't rip/copy (here's why Copies of the site on CD are available at minimal cost. |
Welcome to sxlist.com! |
.