| Microsoft JScript
 global Property  | 
Language Reference
 Version 3  | 
Indicates whether the global switch (g) has been used. Read-only.
rgexp.globalThe rgexp argument is a Regular Expression object.
The global property contains true if the global (g) switch is used with a regular expression, and false if not.