Microsoft JScript
global Property
Language Reference
Version 3

See Also Applies To


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

The rgexp argument is a Regular Expression object.

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

Comments