String matchAll()
Widely availableThe 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.