Previous PageNext Page

7.22.6 lastParen Property

Specifies the last parenthesized substring match, if any. Read-only.
 

Syntax

RegExp.lastParen

Short Syntax

RegExp.$+

Remarks

The value of the lastParen property is modified whenever a successful parenthesized match is made.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page