image\cslogo3d1.gif

JScript Regular Expression Object global Property

Indicates whether the global switch (g) has been used. Read-only.

Syntax: JScript Regular Expression Object global Property

rgexp.global

Arguments: JScript Regular Expression Object global Property

rgexp

A Regular Expression object.

Remarks: JScript Regular Expression Object global Property

The global property contains True if the global (g) switch is used with a regular expression, and False if not.

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