Microsoft JScript
lastParen ($+) Property
Language Reference
Version 3

See Also Applies To


Description
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.

Comments