Microsoft JScript
lastIndex Property (RegExp)
Language Reference
Version 3

See Also Applies To


Description
Indicates where the last successful match begins in a string that was searched.
Syntax
RegExp.lastIndex
Remarks
The lastIndex property is zero-based. Its value is modified whenever a successful match is made.

Comments