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