Length Property (Match Object)¶
A read-only value that contains the total length of the matched string. Supported on EmEditor Professional Version 15.9 or later.¶
[JavaScript]¶
l = m.Length;
[VBScript]¶
l = m.Length;
Version¶
Macro Reference — Match Object — Length Property (Match Object)