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 => _i3.getProperty(
      _i6.target26,
      'match',
    );