Skip to main content
Version: 3.13.0

Symbol.matchAll

The Symbol.matchAll well-known symbol specifies the method that returns an iterator, that yields matches of the regular expression against a string. This function is called by the String.prototype.matchAll() method.

For more information, see RegExp.prototype[Symbol.matchAll]() and String.prototype.matchAll().

Value

The well-known symbol Symbol.matchAll.