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