RegExp.global (Property)

An instance property of a regular expression object.

Availability:

ECMAScript edition - 3
JavaScript - 1.2
JScript - 3.0
Internet Explorer - 4.0
Netscape - 4.0
Netscape Enterprise Server - 3.0
Opera 5.0
Property/method value type:Boolean primitive
JavaScript syntax:-myRegExp.global

A Boolean value that indicates the state of the g attribute on the regular expression pattern.

Property attributes:

ReadOnly.

Cross-references:

ECMA 262 edition 3 - section - 15.10.7.2