Microsoft JScript
index Property
Language Reference
Version 3

See Also Applies To


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

Comments