String#matchAll.
小于 1 分钟
String#matchAll
.
类型
interface String {
matchAll(regexp: RegExp): IterableIterator<RegExpMatchArray>;
}
入口点
core-js/proposals/string-match-all
String#matchAll
.interface String {
matchAll(regexp: RegExp): IterableIterator<RegExpMatchArray>;
}
core-js/proposals/string-match-all