global property

bool get global

Returns a Boolean value indicating the state of the global flag (g) used with a regular expression. Default is false. Read-only.

Implementation

_i2.bool get global => _i6.getProperty(
      this,
      'global',
    );