ZH

Results 2 issues of ZH

`'bar bar sheep'.matchAll(/(bar)/g)` The above will give error: `1:17 - Property 'matchAll' does not exist on type '"bar bar sheep"'.` In Node, it gives expected output: ``` > 'bar bar...

It will be great to be able to use this in flutter.