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