String.prototype.matchAll

GPTKB entity

Statements (18)
Predicate Object
gptkbp:instanceOf JavaScript method
gptkbp:affiliatedWith gptkb:String.prototype
gptkbp:allows gptkb:RegExp
String
gptkbp:canBe true
gptkbp:definedIn gptkb:ECMAScript_2020
gptkbp:describes Returns an iterator of all results matching a string against a regular expression, including capturing groups.
gptkbp:enumerable false
https://www.w3.org/2000/01/rdf-schema#label String.prototype.matchAll
gptkbp:introducedIn gptkb:ES11
gptkbp:result gptkb:Iterator
gptkbp:returnsType IterableIterator<RegExpMatchArray>
gptkbp:throwsIf RegExp without global flag
gptkbp:usedFor Iterating over all regex matches in a string
gptkbp:writable true
gptkbp:bfsParent gptkb:ES2020
gptkb:ECMAScript_2020
gptkbp:bfsLayer 6