Previous PageNext Page

7.22.2 index Property

Indicates where the first successful match begins in a string that was searched.
 

Syntax

rgExp.index

rgExp
A RegExp object.

Remarks

The index property is zero-based. Its value is modified whenever a successful match is made.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page