Find all substrings that match a given pattern.
Roughly based on String.prototype.matchAll.
String.prototype.matchAll
String to search.
Regular expression to match.
Found matches.
Find all substrings that match a given pattern.
Roughly based on
String.prototype.matchAll
.