String#matchAll.
Less than 1 minute
String#matchAll
.
Types
interface String {
matchAll(regexp: RegExp): IterableIterator<RegExpMatchArray>;
}
Entry points
core-js/proposals/string-match-all
String#matchAll
.interface String {
matchAll(regexp: RegExp): IterableIterator<RegExpMatchArray>;
}
core-js/proposals/string-match-all