RegExp Object Properties

The RegExp Object is an intrinsic global object that stores information about the results of regular expression pattern matches.

Properties

$1...$9 Properties

index Property

input Property ($_)

lastIndex Property

lastMatch Property ($&)

lastParen Property ($+)

leftContext Property ($`)

rightContext Property ($')

See Also

Other Resources

Properties (Visual Studio - JScript)

JScript Reference