RegExp["$'"] (Property/static)

An alternative means of referring to the text to the right of the most recent match.

Availability:

JavaScript - 1.2
JScript - 5.5
Internet Explorer - 5.5
Netscape - 4.0
Netscape Enterprise Server - 3.0
Opera - 5.0
JavaScript syntax:-RegExp["$'"]

This property uses the array index notation because the property name contains punctuation characters that would cause syntactic errors if the property name were not in quotes.

Warnings:

See also:RegExp.rightContext

Property attributes:

ReadOnly.