Web platform features explorer

String matchAll()

Widely available since 2022-07-15
Tags: javascript Groups: JavaScript > Primitive types > Strings

The matchAll() method of strings matches a string against a regular expression and returns an iterator of all results, including capturing groups.

Browser support

  • Chrome 73 Released on 2019-03-12
  • Chrome Android 73 Released on 2019-03-12
  • Edge 79 Released on 2020-01-15
  • Firefox 67 Released on 2019-05-21
  • Firefox for Android 67 Released on 2019-05-21
  • Safari 13 Released on 2019-09-19
  • Safari on iOS 13 Released on 2019-09-19

Developer signals