replace property

Symbol get replace

A regular expression method that replaces matched substrings of a string. Called by the String.prototype.replace method. A regular expression method that replaces matched substrings of a string. Called by the String.prototype.replace method.

Implementation

static _i2.Symbol get replace => _i3.getProperty(
      _i6.target26,
      'replace',
    );