跳至主要內容

String#matchAll.

小于 1 分钟featurees-proposalmissing-example

String#matchAllopen in new window.

类型

interface String {
  matchAll(regexp: RegExp): IterableIterator<RegExpMatchArray>;
}

入口点

core-js/proposals/string-match-all