Symbol.split
The Symbol.split
well-known symbol specifies the method that splits a string at the indices that match a regular expression. This function is called by the String.prototype.split()
method.
For more information, see RegExp.prototype[Symbol.split]()
and String.prototype.split()
.
Value
The well-known symbol Symbol.split
.