Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

JScript RegExp Object $1. . . $9 Property

Specifies the nine most-recently memorized portions found during pattern matching. Read-only.

Syntax: JScript RegExp Object $1. . . $9 Property

RegExp.$n

Arguments: JScript RegExp Object $1. . . $9 Property

n

A number between 1 and 9.

Remarks: JScript RegExp Object $1. . . $9 Property

The value of the $1...$9 property is modified whenever a successful parenthesized match is made. Any number of parenthesized substrings may be specified in a regular expression pattern, but only the nine most recent can be stored.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.