match property

Symbol get match

A regular expression method that matches the regular expression against a string. Called by the String.prototype.match method. A regular expression method that matches the regular expression against a string. Called by the String.prototype.match method.

Implementation

static _i2.Symbol get match => _i6.getProperty(
      _i7.target26,
      'match',
    );