FirstIndex Property (Match Object)¶
A read-only value that contains the zero-based position within the original string where the match occurred. Supported on EmEditor Professional Version 15.9 or later.¶
[JavaScript]¶
i = m.FirstIndex;
[VBScript]¶
i = m.FirstIndex;
Version¶