| lastIndex Property (RegExp) |
Language Reference Version 3 |
Indicates where the last successful match begins in a string that was searched.
RegExp.lastIndex
The lastIndex property is zero-based. Its value is modified whenever a successful match is made.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.