July 1998
Intermediate to advanced
1456 pages
65h 5m
English
lastIndex — NN 4 IE J3 ECMA n/a
Read/Write
The zero-based index value of the character within the string where the next search for the pattern begins. In a new search, the value is zero. You can also set the value manually if you wish to start at a different location or skip some characters.
myRE.lastIndex = 30
Integer.
Read now
Unlock full access