split property

Symbol get split

A regular expression method that splits a string at the indices that match the regular expression. Called by the String.prototype.split method. A regular expression method that splits a string at the indices that match the regular expression. Called by the String.prototype.split method.

Implementation

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